aboutsummaryrefslogtreecommitdiff
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 18:09:18 -0700
commit2177b067068417314ab7abcd98b07f790696a8f8 (patch)
treeac05458745b56f24d73825ca7c2da6c625f7ce32
parent2c199ea186a07a4c5cc887788ba873b66900f2f9 (diff)
downloadbuild-2177b067068417314ab7abcd98b07f790696a8f8.tar.gz
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 068ed0e27b..fa2b767df4 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)"