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-04 04:07:14 +0000 |
commit | 24b10be591e738c1688728cf4c4155921adcb23b (patch) | |
tree | 5ef88161b6c5988032b0688fe66e4f6b6aa678b7 | |
parent | a859c851f96a96543b52cfc5b7911eba51c02065 (diff) | |
download | platform_build-24b10be591e738c1688728cf4c4155921adcb23b.tar.gz platform_build-24b10be591e738c1688728cf4c4155921adcb23b.tar.bz2 platform_build-24b10be591e738c1688728cf4c4155921adcb23b.zip |
Update Security String to 2017-12-05 for December Security
Bug: 67774760
(cherry picked from commit 81ee575d52e964d1a3933ac6e8e1a680321883a8)
Change-Id: If13823b2dc4c09eeb94544dbba45c65e1c58a307
-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 |