aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Seaton <aseaton@google.com>2016-10-19 17:36:08 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-10-19 17:36:08 +0000
commitf8b8b3cbcd134f38974ce089059f86f9f8f1d001 (patch)
treeff58ef1115e7833cbe1a4492f2d301ab8f118794
parent098ffeec15ca7357b9358b4e331ab89b3d85d893 (diff)
parent5a24d75e18faab3325f9caedf12524e6d959c90d (diff)
downloadbuild-f8b8b3cbcd134f38974ce089059f86f9f8f1d001.tar.gz
Updating Security String to 2016-12-05
am: 5a24d75e18 Change-Id: I9e7c3dd1e7970da50cb77ff6691dbc7daeb5d2aa
-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)"