Update Security String to 2020-11-01

Bug: 168709737
Merged-In: I96489891caa4f5248c90be2d8c16327e1991e3bb
Change-Id: I2ec81773c28b4ad2e74b600dbf1bfd2503b085ea
This commit is contained in:
Paul Scovanner
2020-09-16 17:07:44 +00:00
parent d935b454f2
commit efacba8eef

View File

@@ -165,7 +165,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-10-01
PLATFORM_SECURITY_PATCH := 2020-11-01
endif
ifndef PLATFORM_BASE_OS