aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Seaton <aseaton@google.com>2017-10-13 11:19:04 -0700
committerandroid-build-team Robot <android-build-team-robot@google.com>2017-11-09 05:42:44 +0000
commit115a4f3e5fc200a41220e82f324cd08b85e71cc9 (patch)
treed3fc7b260bf862316fb07e42143e097dde5f70a5
parent33032fe711031d532d73982535b46283747d696f (diff)
downloadbuild-115a4f3e5fc200a41220e82f324cd08b85e71cc9.tar.gz
Update Security String to 2017-12-05 for December Security
Bug: 67774760 (cherry picked from commit 81ee575d52e964d1a3933ac6e8e1a680321883a8) Change-Id: I80d65f8e2e44fb6eae69ebe7e106f6bf486131cc
-rw-r--r--core/version_defaults.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/version_defaults.mk b/core/version_defaults.mk
index 01d1c98770..5758d2275f 100644
--- a/core/version_defaults.mk
+++ b/core/version_defaults.mk
@@ -181,7 +181,7 @@ ifndef PLATFORM_SECURITY_PATCH
# It must be of the form "YYYY-MM-DD" on production devices.
# It must match one of the Android Security Patch Level strings of the Public Security Bulletins.
# If there is no $PLATFORM_SECURITY_PATCH set, keep it empty.
- PLATFORM_SECURITY_PATCH := 2017-12-01
+ PLATFORM_SECURITY_PATCH := 2017-12-05
endif
ifndef PLATFORM_BASE_OS