aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Seaton <aseaton@google.com>2017-06-09 10:50:47 -0700
committerAdam Seaton <aseaton@google.com>2017-06-09 10:50:47 -0700
commitd6e984f9e3bea44ec2519ecb502a4e93fd1ef1ac (patch)
tree7b67f133a41e114d10be3ec804658cf340fab5be
parentfc00134c1e52c2fb0ae9e4117bb39ee453743f45 (diff)
downloadbuild-d6e984f9e3bea44ec2519ecb502a4e93fd1ef1ac.tar.gz
Updating security string to 2017-08-05
-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 5066522664..c4d926ac73 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-05-05
+ PLATFORM_SECURITY_PATCH := 2017-08-05
endif
ifndef PLATFORM_BASE_OS