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 23:14:53 +0000
commitee84352ee1cc6f8bcab4b53ec05420be42f51b56 (patch)
tree631d702f496ee053e0bca8c303465f6e9993fcfc
parenta60ab7478aa26d5514e2cac525063ec720828700 (diff)
downloadbuild-ee84352ee1cc6f8bcab4b53ec05420be42f51b56.tar.gz
Update Security String to 2017-11-01 on oc-dev bug:65631379
(cherry picked from commit 8f4a4c213118ce088245abc4f31204393bab62a5) Change-Id: Iee1b2a003dd2a021e5b663f349ac87f850a46306
-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