[DO NOT MERGE] Update Security String to 2018-12-01 for December Release

bug:117667960
This commit is contained in:
Adam Seaton 2018-10-12 13:41:15 -07:00
parent e3a2c209bc
commit d6edd2123c
1 changed files with 1 additions and 1 deletions

View File

@ -231,7 +231,7 @@ ifndef PLATFORM_SECURITY_PATCH
# It must be of the form "YYYY-MM-DD" on production devices. # 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. # 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. # If there is no $PLATFORM_SECURITY_PATCH set, keep it empty.
PLATFORM_SECURITY_PATCH := 2018-11-05 PLATFORM_SECURITY_PATCH := 2018-12-01
endif endif
ifndef PLATFORM_SECURITY_PATCH_TIMESTAMP ifndef PLATFORM_SECURITY_PATCH_TIMESTAMP