aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Seaton <aseaton@google.com>2018-05-16 16:26:08 -0700
committerandroid-build-team Robot <android-build-team-robot@google.com>2018-08-03 18:57:41 +0000
commit9a5b65d66fb6593a52b668cab4a74da60ff75d73 (patch)
tree8289cc9ae2f9a1466f97b90cba0ce1ad9a1c53cc
parente2c13c22a2d5f8f0b87345e505fcf7ebe43a5b0a (diff)
downloadbuild-9a5b65d66fb6593a52b668cab4a74da60ff75d73.tar.gz
DO NOT MERGE: Update Platform Security String to 2018-07-05 for oc-mr1-dev
Bug:79883349 (cherry picked from commit cfbe84b8a0ac6ad680edad1c21b08672ed96127d) Change-Id: I765458cacc1541865c881b80696bc9192cdc84b2
-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 efe68764fe..e23b9af30c 100644
--- a/core/version_defaults.mk
+++ b/core/version_defaults.mk
@@ -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-06-05
+ PLATFORM_SECURITY_PATCH := 2018-07-05
endif
ifndef PLATFORM_BASE_OS