aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Seaton <aseaton@google.com>2018-03-13 13:05:51 -0700
committerandroid-build-team Robot <android-build-team-robot@google.com>2018-03-22 20:41:33 +0000
commit2e55ac56c59f28a8cad7cf9fc8807fc537a06252 (patch)
tree38c6846f8dfa372b5fcb5df53199796072b28d1f
parentccde02257e1a33b65df63e9634550717a0b2f647 (diff)
downloadbuild-2e55ac56c59f28a8cad7cf9fc8807fc537a06252.tar.gz
DO NOT MERGE Updating security string for oc-dev to 2018-05-01
Bug: 74345861 Change-Id: I162bcd6169c91b4f858a05c932d1d58887931945 (cherry picked from commit fa108abad4f1f2a0ecd623c506077869caf053b3)
-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 ba494ff0c1..ad38a7a688 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-04-05
+ PLATFORM_SECURITY_PATCH := 2018-05-01
endif
ifndef PLATFORM_BASE_OS