aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Seaton <aseaton@google.com>2017-10-13 11:15:30 -0700
committerAdam Seaton <aseaton@google.com>2017-10-13 18:20:07 +0000
commit47ac5ac8aa19eb927125f384c7eb5b7a5430530f (patch)
tree3b74e2c796643d1104fba3e9e04546f5ae834814
parente9263f666f62199701db04780a4c003d47552546 (diff)
downloadbuild-47ac5ac8aa19eb927125f384c7eb5b7a5430530f.tar.gz
Update Security String to 2017-12-01 For December Security
Bug: 67774760
-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 996900ba99..420d8b16cd 100644
--- a/core/version_defaults.mk
+++ b/core/version_defaults.mk
@@ -165,7 +165,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-11-05
+ PLATFORM_SECURITY_PATCH := 2017-12-01
endif
ifndef PLATFORM_BASE_OS