aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Seaton <aseaton@google.com>2017-10-15 01:36:32 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-10-15 01:36:32 +0000
commit893343fa7ba0c51a19d32377a4393be14969d6a3 (patch)
treecf4f900c3d007fd50da58a763dbd0d2aac898b34
parent0bf9b22866469d92a09ff065c9b5e7134b5ed757 (diff)
parent47ac5ac8aa19eb927125f384c7eb5b7a5430530f (diff)
downloadbuild-893343fa7ba0c51a19d32377a4393be14969d6a3.tar.gz
Update Security String to 2017-12-01 For December Security Bug: 67774760
am: 47ac5ac8aa Change-Id: I89f4e9a4c5ec1c57cadb66605643a953f391969b
-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 c9cf316b18..14db82987e 100644
--- a/core/version_defaults.mk
+++ b/core/version_defaults.mk
@@ -186,7 +186,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