diff options
author | Paul Scovanner <pscovanner@google.com> | 2021-06-14 18:53:23 +0000 |
---|---|---|
committer | android-build-team Robot <android-build-team-robot@google.com> | 2021-06-16 01:10:59 +0000 |
commit | 5b94f1a3b5ce2bbab4e7b7ede35d23de23a94547 (patch) | |
tree | 85665e0a792e70d53ec7dc9079cb18f09fc80cd5 | |
parent | 41539a8d0b0aad2c1e11ed37ca721d16fa99289c (diff) |
Update Security String to 2021-08-05
Bug: 191053489
Change-Id: Ieba9625ca0ccedf285209954f1e766b20455c32f
(cherry picked from commit f5139e3087ed265c79fdef47a4d0dd576a025379)
-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 13b85c0663..f900f89b7f 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 := 2021-07-05 + PLATFORM_SECURITY_PATCH := 2021-08-05 endif .KATI_READONLY := PLATFORM_SECURITY_PATCH |