aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Seaton <aseaton@google.com>2018-04-18 14:15:56 -0700
committerandroid-build-team Robot <android-build-team-robot@google.com>2018-05-08 18:57:57 +0000
commitbd272ae74a697da398766a165986baf39a7ff978 (patch)
tree1a49ea8216aa2233f8fdc681356fdcb3a075433a
parent2d990ff2f772184e8e47c0a398f874f342e7d561 (diff)
downloadbuild-bd272ae74a697da398766a165986baf39a7ff978.tar.gz
DO NOT MERGE: Updating security string for oc-mr1-dev to 2018-06-05
Bug:78240102 Change-Id: Ib9d8c11ecf9212711a9679972c15354c8dd56857 (cherry picked from commit 85a18252b7c7dd1657a067a91edeac14da6a2a51)
-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 a15537e4b1..efe68764fe 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-05-05
+ PLATFORM_SECURITY_PATCH := 2018-06-05
endif
ifndef PLATFORM_BASE_OS