aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Seaton <aseaton@google.com>2017-04-11 11:03:48 -0700
committerandroid-build-team Robot <android-build-team-robot@google.com>2017-04-20 22:36:54 +0000
commit43e44060e3d430e57a4519a09afadb2fb8518017 (patch)
tree2983530fe76140a678cfea7db2c2aa04cc2c5f28
parent828d4f8e97c64453393a41dc29a4e0f2ce976ecc (diff)
downloadbuild-43e44060e3d430e57a4519a09afadb2fb8518017.tar.gz
[DO NOT MERGE] Update Security String to 2017-06-01 for nyc-dev
Change-Id: I8cdfa17bb6eb1c4cfb87a85169ba082d74975d63
-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 a93dc3123c..9889f51e47 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-05-05
+ PLATFORM_SECURITY_PATCH := 2017-06-01
endif
ifeq "" "$(PLATFORM_BASE_OS)"