aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Scovanner <pscovanner@google.com>2021-03-18 16:43:55 +0000
committerPaul Scovanner <pscovanner@google.com>2021-03-18 16:43:59 +0000
commit6f23fe1713403197a89db6fa7dd2bdf6c2d0584b (patch)
treee7f3b4fe0786776b4584475e1c0ee95b406e6180
parent8fd807bb0da7b1b6664d871cde5655f4d8375144 (diff)
downloadbuild-6f23fe1713403197a89db6fa7dd2bdf6c2d0584b.tar.gz
Update Security String to 2021-05-01
Bug: 182937985 Change-Id: I72931729126cc997861775051b4b7a69081efcce Merged-In: Ica626a3b19e5b642807234c288428cd7e0f40f98
-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 f99e80682a..1aba99acae 100644
--- a/core/version_defaults.mk
+++ b/core/version_defaults.mk
@@ -181,7 +181,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-03-01
+ PLATFORM_SECURITY_PATCH := 2021-05-01
endif
ifndef PLATFORM_BASE_OS