aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Seaton <aseaton@google.com>2017-05-17 11:27:05 -0700
committerBaligh Uddin <baligh@google.com>2017-05-31 12:02:19 -0700
commit565561e1ab32d81b62c3f183c329286cd6d2d1aa (patch)
tree26538723f0e14ac73af613ee0e564d8f39b5e216
parentb55a2f00f1a948e74682e02eabf0a5222975c718 (diff)
downloadbuild-565561e1ab32d81b62c3f183c329286cd6d2d1aa.tar.gz
[DO NOT MERGE]Updating security string to 2017-07-05 on nyc-dev
bug:38342695
-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 75a8c664cc..369ca90ee9 100644
--- a/core/version_defaults.mk
+++ b/core/version_defaults.mk
@@ -131,7 +131,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-07-01
+ PLATFORM_SECURITY_PATCH := 2017-07-05
endif
ifeq "" "$(PLATFORM_BASE_OS)"