aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Seaton <aseaton@google.com>2017-11-09 09:45:02 -0800
committerandroid-build-team Robot <android-build-team-robot@google.com>2017-11-09 19:05:34 +0000
commitef3f84c0ebe3407f15370ac1fef2fd2c97faae66 (patch)
tree4a799d3ec54122bb0594f4e4161da5d62db448ae
parent7cde8e4ce74bfe12baf2db3b48283bbca54ba27b (diff)
downloadbuild-ef3f84c0ebe3407f15370ac1fef2fd2c97faae66.tar.gz
Use for Updating OC-release branches to 12-01 after KRACK fix.
(cherry picked from commit 43f4cb8d492c7c74fc2a30c8543fcc307552b3e0) Change-Id: Id938ee1bafff56c0fae85ea9c3a42da5d5f4c616
-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 636d9e3496..420d8b16cd 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-11-06
+ PLATFORM_SECURITY_PATCH := 2017-12-01
endif
ifndef PLATFORM_BASE_OS