aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Seaton <aseaton@google.com>2017-07-19 10:42:03 -0700
committerandroid-build-team Robot <android-build-team-robot@google.com>2017-08-08 22:22:41 +0000
commite26c0fedf55513132a0151ba1abcecb4b894ea02 (patch)
treeeaacd3f940f874c19a738815c78f2c2704be00b4
parent21bbb05f12ba87edd071820a772e53bd6bec9d37 (diff)
downloadbuild-e26c0fedf55513132a0151ba1abcecb4b894ea02.tar.gz
Updating Security String to 2017-09-05 Bug:63846344
(cherry picked from commit 32f388f655be42e2c7b724ec8568164877a5507b) Change-Id: I8ca4eb13b78a3184adc7ad35433739d6f0a44e14
-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 f10e04d06c..56a4f88bf2 100644
--- a/core/version_defaults.mk
+++ b/core/version_defaults.mk
@@ -165,7 +165,7 @@ ifndef 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
ifndef PLATFORM_BASE_OS