aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Seaton <aseaton@google.com>2018-02-12 11:55:38 -0800
committerandroid-build-team Robot <android-build-team-robot@google.com>2018-02-16 22:32:03 +0000
commit7dcd44ce46822a7b03da409162d585c44a4fcf32 (patch)
treeedd2431f8ce2e9f6f615aeb9db18fecb58098b89
parenta903116ded88e331deadbde3d5b14fe3c405f497 (diff)
downloadbuild-7dcd44ce46822a7b03da409162d585c44a4fcf32.tar.gz
[DO NOT MERGE] Update Security String to 2018-04-05 in oc-dev
Bug:73240847 (cherry picked from commit 312d7e7a3c020ed2aec01584ca80b6d6b76800de) Change-Id: I606f048627f1700bf8be519bcd776ee820dad6f0
-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 648a21d853..ba494ff0c1 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-01
+ PLATFORM_SECURITY_PATCH := 2018-04-05
endif
ifndef PLATFORM_BASE_OS