Update security string to 2018-05-05 on pi-dev

Bug: 74345861
This commit is contained in:
Adam Seaton 2018-04-12 11:56:29 -07:00
parent 0028485c94
commit 8108edbc87
1 changed files with 1 additions and 1 deletions

View File

@ -234,7 +234,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-04-05
PLATFORM_SECURITY_PATCH := 2018-05-05
endif
ifndef PLATFORM_BASE_OS