diff options
author | Paul Scovanner <pscovanner@google.com> | 2020-08-12 19:00:59 +0000 |
---|---|---|
committer | android-build-team Robot <android-build-team-robot@google.com> | 2020-08-14 00:04:30 +0000 |
commit | e42523e9f322134c4c59ca25ea03bf9454446ab1 (patch) | |
tree | 3b26c2bc1a43c2ff8033d97ab21660352db67c59 | |
parent | ca03effdf13b0912cec9d8f390f84dfad7e45adb (diff) | |
download | build_make-e42523e9f322134c4c59ca25ea03bf9454446ab1.tar.gz build_make-e42523e9f322134c4c59ca25ea03bf9454446ab1.tar.bz2 build_make-e42523e9f322134c4c59ca25ea03bf9454446ab1.zip |
Update Security String to 2020-10-05
Bug: 163542576
Change-Id: Id3cbd4d6528f827eba6ac410ba2eb92d91d40901
(cherry picked from commit 5eec497aa443486de046ec6845c65e78f2df694c)
-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 e867ebbb0d..fc6a18fa81 100644 --- a/core/version_defaults.mk +++ b/core/version_defaults.mk @@ -240,7 +240,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 := 2020-10-01 + PLATFORM_SECURITY_PATCH := 2020-10-05 endif .KATI_READONLY := PLATFORM_SECURITY_PATCH |