aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLubo Hristov <lubomir@google.com>2019-12-16 16:05:44 -0800
committerandroid-build-team Robot <android-build-team-robot@google.com>2019-12-18 06:23:44 +0000
commitec6a6c6f2c0c79deff7c29cd7f5353f36ee18eed (patch)
tree60ececbe94560928d56a8b63881b8817e12a44b7
parent884c5937dd22304158620070b6491567c30e21e7 (diff)
downloadbuild-ec6a6c6f2c0c79deff7c29cd7f5353f36ee18eed.tar.gz
Update Security String to 2020-02-01 bug:146378789
(cherry picked from commit 82e8e7939098ead0754dcfacab42d0452d6559d9) Change-Id: Id48b1ed81be583c88fd3d1fbb74515f16c86c681
-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 bf84eb1692..6e72f2c37c 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-01-05
+ PLATFORM_SECURITY_PATCH := 2020-02-01
endif
.KATI_READONLY := PLATFORM_SECURITY_PATCH