aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Scovanner <pscovanner@google.com>2020-09-21 22:57:32 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2020-09-21 22:57:32 +0000
commit83bdf4b2960399c119ebebd432aad3b9fbd4b50b (patch)
tree526cb943388630268e34c91ac53aa1f84b7092ba
parentf83d417dd53323e8f447ab6bc55c72f5e37607d8 (diff)
parent00d4c092a577ae19f80f56e29368ba2e442b5819 (diff)
downloadbuild-83bdf4b2960399c119ebebd432aad3b9fbd4b50b.tar.gz
Merge "Update Security String to 2020-11-05" into rvc-dev
-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 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