aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Seaton <aseaton@google.com>2016-10-19 17:43:36 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-10-19 17:43:36 +0000
commitf4a72db8f4722f897c7c448842010d65f3ed8e82 (patch)
tree962a9f972a223140274f77835be123144350c532
parent6e56e13b170ef06feaeba87a935edc7983be5ab4 (diff)
parentf8b8b3cbcd134f38974ce089059f86f9f8f1d001 (diff)
downloadbuild-f4a72db8f4722f897c7c448842010d65f3ed8e82.tar.gz
Updating Security String to 2016-12-05 am: 5a24d75e18
am: f8b8b3cbcd Change-Id: Ie1aafec62c5f233636849175cd2a09304713bd57
-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 e30ea21a4a..3c265ecef3 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-12-01
+ PLATFORM_SECURITY_PATCH := 2016-12-05
endif
ifeq "" "$(PLATFORM_BASE_OS)"