aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Seaton <aseaton@google.com>2017-09-13 10:46:41 -0700
committerandroid-build-team Robot <android-build-team-robot@google.com>2017-09-21 20:26:21 +0000
commit91b09326ee6703c6e03ec793659b661adee07ca9 (patch)
treead583df2f655c8820de9ba17e5d30fa6b3682e31
parentee718f38556c0ce2fb5699cd7c0d3b78221572ba (diff)
downloadbuild-91b09326ee6703c6e03ec793659b661adee07ca9.tar.gz
Update Security String to 2017-11-01 on oc-dev bug:65631379
(cherry picked from commit 8f4a4c213118ce088245abc4f31204393bab62a5) Change-Id: I17bf7b9f6e5f1c5801160111d82ce519fc0fcf4a
-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 a44ce774a5..29929a1688 100644
--- a/core/version_defaults.mk
+++ b/core/version_defaults.mk
@@ -165,7 +165,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 := 2017-10-05
+ PLATFORM_SECURITY_PATCH := 2017-11-01
endif
ifndef PLATFORM_BASE_OS