aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Seaton <aseaton@google.com>2018-02-12 11:54:31 -0800
committerandroid-build-team Robot <android-build-team-robot@google.com>2018-02-26 23:51:31 +0000
commit772cf9435aeb9608a59542de08c3f5809f8d6e22 (patch)
treee9393274730c1c01b7bb6badd14c58d984064b73
parentb83443e22fa292e31d8a9fa3d346cbdfb5be9c7a (diff)
downloadbuild-772cf9435aeb9608a59542de08c3f5809f8d6e22.tar.gz
[DO NOT MERGE]Update Security String to 2018-04-01 in oc-dev
Bug:73240847 (cherry picked from commit accee92300b551449cca63b5b4de93543a77b854) Change-Id: Icafa9c454b975777fae3a0dcbfdbd80c8243ab8b
-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 f03d9ba34e..648a21d853 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-03-05
+ PLATFORM_SECURITY_PATCH := 2018-04-01
endif
ifndef PLATFORM_BASE_OS