diff options
author | Adam Seaton <aseaton@google.com> | 2017-10-13 11:19:04 -0700 |
---|---|---|
committer | android-build-team Robot <android-build-team-robot@google.com> | 2017-11-09 05:42:44 +0000 |
commit | 115a4f3e5fc200a41220e82f324cd08b85e71cc9 (patch) | |
tree | d3fc7b260bf862316fb07e42143e097dde5f70a5 | |
parent | 33032fe711031d532d73982535b46283747d696f (diff) | |
download | platform_build-115a4f3e5fc200a41220e82f324cd08b85e71cc9.tar.gz platform_build-115a4f3e5fc200a41220e82f324cd08b85e71cc9.tar.bz2 platform_build-115a4f3e5fc200a41220e82f324cd08b85e71cc9.zip |
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.mk | 2 |
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 |