aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Seaton <aseaton@google.com>2017-07-19 10:37:42 -0700
committerandroid-build-team Robot <android-build-team-robot@google.com>2017-07-26 23:09:21 +0000
commitf6ffb3d113ff1027811551691d47f6bdbd8073a1 (patch)
tree190fe0d6c3232cd1c870b031f040319c4fa951b6
parent75aa440dbe2f7754c110ac531ed5ea88196f98cb (diff)
downloadbuild-f6ffb3d113ff1027811551691d47f6bdbd8073a1.tar.gz
[DO NOT MERGE] Updating Security String to 2017-09-05 Bug:63846344
(cherry picked from commit 18be90844245f3873261e4aa1072e8d83fdb33aa) Change-Id: Ide74c0655eff5d24fcd7bf708b7e5ae5fe660d83
-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 98b74ba6a3..befd346f82 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-09-05
endif
ifeq "" "$(PLATFORM_BASE_OS)"