aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Seaton <aseaton@google.com>2017-12-13 14:13:45 -0800
committerandroid-build-team Robot <android-build-team-robot@google.com>2017-12-14 21:09:40 +0000
commit7350d1d44a7d284b1a76a1a934bf4a5c6be0bb49 (patch)
tree8f234fb4a73b57173f78e535bb0c8a51cf60dcfe
parentbde674396f37628e0554c9957813dcaf9f6c3d0c (diff)
downloadbuild-7350d1d44a7d284b1a76a1a934bf4a5c6be0bb49.tar.gz
[DO NOT MERGE] Update security string to 2018-02-01 for oc-dev
bug:70348883 Change-Id: Ib87775083eb064c485a44dffcf3b4630d33d39c5 (cherry picked from commit ee2346fa89ff530ae88451fbc404fa5a73258703)
-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 23fb68e4d2..170b17238b 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-01-05
+ PLATFORM_SECURITY_PATCH := 2018-02-01
endif
ifndef PLATFORM_BASE_OS