aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Seaton <aseaton@google.com>2016-10-19 17:44:01 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-10-19 17:44:01 +0000
commitcaee659bc78e8677b87b039049789d08f89522b6 (patch)
treea26ff3f30e67fc3f30f482162826c8a32edd4e69
parent20e91f4e7a9eb9b5049cc9d035489c84b5c4b9fe (diff)
parentc9c0ba757253cf05e9d91490dd98eeb6bba4aae7 (diff)
downloadbuild-caee659bc78e8677b87b039049789d08f89522b6.tar.gz
Updating Security String to 2016-12-01 am: 1f7c92c5db
am: c9c0ba7572 Change-Id: I4bdf3f3f69f7c2220bd328586e61a75fd765ea5c
-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 81ff89aee0..5929695693 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-11-05
+ PLATFORM_SECURITY_PATCH := 2016-12-01
endif
ifeq "" "$(PLATFORM_BASE_OS)"