summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Seaton <aseaton@google.com>2016-08-18 10:33:30 -0700
committergitbuildkicker <android-build@google.com>2016-08-25 21:56:06 -0700
commita9e57f615c6c13b6d6f97e2a927356b06dfe9d56 (patch)
tree3602cdf2c3ad3d0bf687475f11ebd98488062791
parent633dd52df80c38b16a55e070f69d6dc2f2714ca1 (diff)
downloadbuild-a9e57f615c6c13b6d6f97e2a927356b06dfe9d56.zip
build-a9e57f615c6c13b6d6f97e2a927356b06dfe9d56.tar.gz
build-a9e57f615c6c13b6d6f97e2a927356b06dfe9d56.tar.bz2
Update Security String to 2016-10-01 to platform and CTS for October Security
Change-Id: I7ccdd54c1d269422c5e2e1f3e268fc539b6eb684 (cherry picked from commit cb60b2dedbf6a346f3affc66a2e89a8068c530e2)
-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 e6cd11b..1b3c7d8 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-06
+ PLATFORM_SECURITY_PATCH := 2016-10-01
endif
ifeq "" "$(PLATFORM_BASE_OS)"