aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElisa Pascual Trevino <elisapascual@google.com>2018-01-12 09:37:15 -0800
committerandroid-build-team Robot <android-build-team-robot@google.com>2018-01-18 22:42:24 +0000
commit293a96ed59cf35c922a26d86f190aab1aee72b5d (patch)
treefcb6598e7a02b4b15a3f746a48ae1b8515ad000a
parent7cb4b7f799daf80974c77f49fe81c6507807b3e5 (diff)
downloadbuild-293a96ed59cf35c922a26d86f190aab1aee72b5d.tar.gz
[DO NOT MERGE] Update security string to 2018-03-05 for oc-dev
Bug:71860241 (cherry picked from commit 44861dc6dd36e1a54bdb67f072667452a1f80991) Change-Id: I039997f4302284a118fe875d0ec616184647a634
-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 1e2d6dbcbf..f03d9ba34e 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-01
+ PLATFORM_SECURITY_PATCH := 2018-03-05
endif
ifndef PLATFORM_BASE_OS