summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Seaton <aseaton@google.com>2016-09-20 10:03:47 -0700
committergitbuildkicker <android-build@google.com>2016-09-27 15:54:52 -0700
commita696488556264965cbd17afce46c6b0fffa5dfc6 (patch)
tree572c4810ce6cdd80c15b859a1bac1b9db24c00c2
parentf26f9285cec838c5aac0e8a564a316893711d8a5 (diff)
downloadbuild-a696488556264965cbd17afce46c6b0fffa5dfc6.zip
build-a696488556264965cbd17afce46c6b0fffa5dfc6.tar.gz
build-a696488556264965cbd17afce46c6b0fffa5dfc6.tar.bz2
Updating Security String to 2016-11-01 on mnc-dev
b/31618336 Change-Id: I18b3a0d690ab238fcd3cafa65b873ce7432c9c25 (cherry picked from commit 62b28398ba157b65a4825bea59806c060503500c)
-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 068ed0e..fa2b767 100644
--- a/core/version_defaults.mk
+++ b/core/version_defaults.mk
@@ -105,7 +105,7 @@ ifeq "" "$(PLATFORM_SECURITY_PATCH)"
# 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)"