aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Seaton <aseaton@google.com>2016-09-20 15:47:16 -0700
committergitbuildkicker <android-build@google.com>2016-10-12 17:24:06 -0700
commit560ccb06f25de5b112c113fba22fa97a53b0fabc (patch)
tree2bbdbb7fe697f386392cb37571c5fadbe02ca9da
parent1dfff404c92cb481350753f4313ed2e094b6f2f8 (diff)
downloadbuild-560ccb06f25de5b112c113fba22fa97a53b0fabc.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 31fb679b4c..339aa2c7f5 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)"