aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Seaton <aseaton@google.com>2017-09-15 16:15:18 -0700
committerandroid-build-team Robot <android-build-team-robot@google.com>2017-09-15 23:16:34 +0000
commit5eddfa330e3392177be50ea5df722db1d725dc25 (patch)
tree29c749048f51dcb9b5468fff2dd45ea76d49e337
parent4ad41b16402feaa1f61a1048acaa7b9afc3619f9 (diff)
downloadbuild-5eddfa330e3392177be50ea5df722db1d725dc25.tar.gz
Update bugfix security string to October
(cherry picked from commit ba16193f1e503e26381f81ff7d95820b75bb2247) Change-Id: I51b38f63e35c76470dc3c3c1ed3e818a0e6e5a9a
-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 dff27df36b..d6161773a1 100644
--- a/core/version_defaults.mk
+++ b/core/version_defaults.mk
@@ -114,7 +114,7 @@ ifeq "" "$(PLATFORM_SECURITY_PATCH)"
# It must be of the form "YYYY-MM-DD" on production devices.
# 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 := 2017-09-01
+ PLATFORM_SECURITY_PATCH := 2017-10-01
endif
ifeq "" "$(PLATFORM_BASE_OS)"