DO NOT MERGE Update platform security string to 2018-10-05

bug:112535135
This commit is contained in:
Adam Seaton
2018-08-13 11:12:19 -07:00
parent 6bc223c9af
commit 090027fb46

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 := 2018-09-05
PLATFORM_SECURITY_PATCH := 2018-10-05
endif
ifndef PLATFORM_BASE_OS