summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Seaton <aseaton@google.com>2016-08-18 10:33:30 -0700
committerThe Android Automerger <android-build@android.com>2016-08-28 09:15:23 -0700
commit146e3a5c48b60c3b95e6052e8f5728a763d8a862 (patch)
tree357d15cfb8e301400a40470980ff50dc6a54f335
parent83290b9720d01bbda5230a86e6072064d04f0b37 (diff)
downloadbuild-146e3a5c48b60c3b95e6052e8f5728a763d8a862.zip
build-146e3a5c48b60c3b95e6052e8f5728a763d8a862.tar.gz
build-146e3a5c48b60c3b95e6052e8f5728a763d8a862.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/build_id.mk2
-rw-r--r--core/version_defaults.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/core/build_id.mk b/core/build_id.mk
index e9b9179..336f112 100644
--- a/core/build_id.mk
+++ b/core/build_id.mk
@@ -18,4 +18,4 @@
# (like "CRB01"). It must be a single word, and is
# capitalized by convention.
-export BUILD_ID=M4B30T
+export BUILD_ID=M4B30U
diff --git a/core/version_defaults.mk b/core/version_defaults.mk
index cb8ba51..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-07-05
+ PLATFORM_SECURITY_PATCH := 2016-10-01
endif
ifeq "" "$(PLATFORM_BASE_OS)"