aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Seaton2018-06-01 17:57:49 -0500
committerAdam Seaton2018-06-01 18:03:44 -0500
commit9b8b5854e80c6678e12a529018d3e0c9879c37a1 (patch)
tree2ced992a260980c718c074f00ee946b639399b9e
parentfcf60d8f8a86f2b6485ea53001c5f253fa0b859e (diff)
downloadplatform-build-9b8b5854e80c6678e12a529018d3e0c9879c37a1.tar.gz
platform-build-9b8b5854e80c6678e12a529018d3e0c9879c37a1.tar.xz
platform-build-9b8b5854e80c6678e12a529018d3e0c9879c37a1.zip
DO NOT MERGE Update Platform Security String to 2018-07-05 for pi-dev
bug: 79883349
-rw-r--r--core/version_defaults.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/version_defaults.mk b/core/version_defaults.mk
index 43f3f024e..6c5eac22f 100644
--- a/core/version_defaults.mk
+++ b/core/version_defaults.mk
@@ -231,7 +231,7 @@ ifndef PLATFORM_SECURITY_PATCH
231 # It must be of the form "YYYY-MM-DD" on production devices. 231 # It must be of the form "YYYY-MM-DD" on production devices.
232 # It must match one of the Android Security Patch Level strings of the Public Security Bulletins. 232 # It must match one of the Android Security Patch Level strings of the Public Security Bulletins.
233 # If there is no $PLATFORM_SECURITY_PATCH set, keep it empty. 233 # If there is no $PLATFORM_SECURITY_PATCH set, keep it empty.
234 PLATFORM_SECURITY_PATCH := 2018-06-05 234 PLATFORM_SECURITY_PATCH := 2018-07-05
235endif 235endif
236 236
237ifndef PLATFORM_SECURITY_PATCH_TIMESTAMP 237ifndef PLATFORM_SECURITY_PATCH_TIMESTAMP