aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Seaton <aseaton@google.com>2017-10-17 18:25:07 -0700
committerandroid-build-team Robot <android-build-team-robot@google.com>2017-10-18 01:31:51 +0000
commit789850fcfd83de38971f214c4b5e948951c98691 (patch)
tree35867144fc2badd24146b2fec12defc51fc8fa1f
parent8407c1e67efa4bfd3fd62764a3bc2ca82339e250 (diff)
downloadbuild-789850fcfd83de38971f214c4b5e948951c98691.tar.gz
Update Security String to 11-06 for KRACK Fix
(cherry picked from commit 89464c994c148c6e3f9ecfa799f5c11737dd9d9d) Change-Id: Iaeaba01322f6dc8e5d4d6edf697783be220f5b7d
-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 c9cf316b18..0013c46a9a 100644
--- a/core/version_defaults.mk
+++ b/core/version_defaults.mk
@@ -186,7 +186,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-05
+ PLATFORM_SECURITY_PATCH := 2017-11-06
endif
ifndef PLATFORM_BASE_OS