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-04-13 22:45:47 +0000
commit106847759e029e8ac55ec98b9bbd58181559099e (patch)
treee94741a96a7e77f8690bb53d06e1938647389b61
parent61f009fa40bb8c16477590471bae1cef94d9bf7f (diff)
downloadbuild-106847759e029e8ac55ec98b9bbd58181559099e.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