Update Security String to 2021-05-01

Bug: 182937985
Change-Id: I72931729126cc997861775051b4b7a69081efcce
Merged-In: Ica626a3b19e5b642807234c288428cd7e0f40f98
This commit is contained in:
Paul Scovanner
2021-03-18 16:43:55 +00:00
parent 8fd807bb0d
commit 6f23fe1713

View File

@@ -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