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 18:41:56 +0000
commit8234dcba70d5096dba2df1ecd1f179963c1c7d22 (patch)
treee97dc9b3921b0c5a294f78798406bb080ae7c9fa
parentf33f42b427a094a6eb701ec531cecb750b4b7a78 (diff)
downloadbuild-8234dcba70d5096dba2df1ecd1f179963c1c7d22.tar.gz
Updating Security String to 2017-09-05 Bug:63846344
(cherry picked from commit 32f388f655be42e2c7b724ec8568164877a5507b) Change-Id: I4e0514f31a57fc6db1bb3cb0f99211a64a649174
-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