aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Seaton <aseaton@google.com>2016-08-18 10:33:30 -0700
committergitbuildkicker <android-build@google.com>2016-08-31 22:20:17 -0700
commitbaa930330e33548f0b77eb306d2d339c29fbc793 (patch)
treeff2dd2e6d6fef841fdb15165ea7e296206f78a75
parent622c2679c57dec2ac5244d0fb975cec65e72839a (diff)
downloadbuild-baa930330e33548f0b77eb306d2d339c29fbc793.tar.gz
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 18f80ae5f1..ae12a06f29 100644
--- a/core/version_defaults.mk
+++ b/core/version_defaults.mk
@@ -113,7 +113,7 @@ ifeq "" "$(PLATFORM_SECURITY_PATCH)"
# Must be of the form "YYYY-MM-DD" on production devices.
#
# 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)"