aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Seaton <aseaton@google.com>2017-12-13 14:15:30 -0800
committerandroid-build-team Robot <android-build-team-robot@google.com>2017-12-14 21:09:52 +0000
commitb7a69b91299eddfd403fec0743c8cf1b21667d69 (patch)
tree4df4fe8a63635373e726fdd5841e92faf46ca062
parent7350d1d44a7d284b1a76a1a934bf4a5c6be0bb49 (diff)
downloadbuild-b7a69b91299eddfd403fec0743c8cf1b21667d69.tar.gz
[DO NOT MERGE] Update security string to 2018-02-05 for oc-mr1-dev
bug:70348883 Change-Id: I3e6a87e66cd2c113d2f8fc0e9572b0a2744a6515 (cherry picked from commit fb5f3b5add30fa435008e165da930e1a81bcfd8f)
-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 170b17238b..7ebda5594f 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-02-01
+ PLATFORM_SECURITY_PATCH := 2018-02-05
endif
ifndef PLATFORM_BASE_OS