aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Seaton <aseaton@google.com>2016-09-20 15:47:16 -0700
committergitbuildkicker <android-build@google.com>2016-09-26 17:45:16 -0700
commitc806aeffbccc637ef592087cf2a31235a8027ee7 (patch)
treece6e75378aef5470fc53ec0b89345dae49cce5cb
parent2af2da32c38edef7bcf2548509b028683c100bcb (diff)
downloadbuild-c806aeffbccc637ef592087cf2a31235a8027ee7.tar.gz
Updating Security String to 2016-11-01 on nyc-dev
b/31618336 Change-Id: I8ee8f978fbbf30efb1abca85cf374fc440a1baf7 (cherry picked from commit 2a00b241447b79648a378f46ae2ae50f319bb2b4)
-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 181a1c8358..4d6d689055 100644
--- a/core/version_defaults.mk
+++ b/core/version_defaults.mk
@@ -114,7 +114,7 @@ ifeq "" "$(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 := 2016-10-05
+ PLATFORM_SECURITY_PATCH := 2016-11-01
endif
ifeq "" "$(PLATFORM_BASE_OS)"