aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Scovanner <pscovanner@google.com>2020-02-10 13:44:20 -0800
committerandroid-build-team Robot <android-build-team-robot@google.com>2020-02-11 19:06:33 +0000
commitea529bd13813174fa1195bdfe3e572e880215200 (patch)
tree3e394017d0d4753e6b280d06c6a80afd09094fe4
parent6f46bdfe93d7a1ba9404edb624d6d196dd9f9459 (diff)
downloadbuild-ea529bd13813174fa1195bdfe3e572e880215200.tar.gz
Update Security String to 2020-04-01
Bug:149240442 (cherry picked from commit f9edfe37149cef8ffe6b8c027f6ab563fdcbbaa6) Change-Id: I70ca2967a445b099f2938ff2f4eb5444bd0a283d
-rw-r--r--core/version_defaults.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/version_defaults.mk b/core/version_defaults.mk
index 1e517c5331..aabc98a2a5 100644
--- a/core/version_defaults.mk
+++ b/core/version_defaults.mk
@@ -250,7 +250,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-03-05
+ PLATFORM_SECURITY_PATCH := 2020-04-01
endif
.KATI_READONLY := PLATFORM_SECURITY_PATCH