diff options
author | Paul Scovanner <pscovanner@google.com> | 2020-09-18 20:32:35 +0000 |
---|---|---|
committer | android-build-team Robot <android-build-team-robot@google.com> | 2020-09-19 10:10:54 +0000 |
commit | 6c03196e119e1cda2923b8ce397baad611a4df0f (patch) | |
tree | 358f517063f65feff83a8530c579d6eb177b6b4d | |
parent | 1c6d0fb34bce6e6463057c8bb4e8a8a5d4897429 (diff) | |
download | build_make-6c03196e119e1cda2923b8ce397baad611a4df0f.tar.gz build_make-6c03196e119e1cda2923b8ce397baad611a4df0f.tar.bz2 build_make-6c03196e119e1cda2923b8ce397baad611a4df0f.zip |
Update Security String to 2020-11-05
Bug: 168709737
Change-Id: I981139f21fb2ffcc9688aad02839a81ce6de6f5f
(cherry picked from commit 00d4c092a577ae19f80f56e29368ba2e442b5819)
-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 f96fca0ece..d3ad4f4b03 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-11-01 + PLATFORM_SECURITY_PATCH := 2020-11-05 endif .KATI_READONLY := PLATFORM_SECURITY_PATCH |