summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Seaton <aseaton@google.com>2016-08-08 15:08:45 -0700
committergitbuildkicker <android-build@google.com>2016-08-09 16:48:16 -0700
commit2f6515c498fbab4dc00f94965a8fce1910618840 (patch)
treec3c7e037c147127869909dc8815e32e115c3ede3
parentb24a529a253bfea16b55762d95174a85689a8dfa (diff)
downloadbuild-2f6515c498fbab4dc00f94965a8fce1910618840.zip
build-2f6515c498fbab4dc00f94965a8fce1910618840.tar.gz
build-2f6515c498fbab4dc00f94965a8fce1910618840.tar.bz2
Update Security String to 2016-09-07 to platform and CTS for September
respin Change-Id: I6ec8efad5b8e45bcf9df79fb54824acc92755a3b
-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 4f7dbca..bd4ac90 100644
--- a/core/version_defaults.mk
+++ b/core/version_defaults.mk
@@ -103,7 +103,7 @@ ifeq "" "$(PLATFORM_SECURITY_PATCH)"
# Can be an arbitrary string, but must be a single word.
#
# If there is no $PLATFORM_SECURITY_PATCH set, keep it empty.
- PLATFORM_SECURITY_PATCH := 2016-09-05
+ PLATFORM_SECURITY_PATCH := 2016-09-07
endif
ifeq "" "$(PLATFORM_BASE_OS)"