aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Seaton <aseaton@google.com>2017-03-10 15:44:16 -0800
committergitbuildkicker <android-build@google.com>2017-04-06 15:16:13 -0700
commite5dd8a499b854b3d8a4d8c7a3b6a20bcef2bf184 (patch)
tree62dde223e1f0b76df6d5ca794db11e6b577f87d5
parent5bcb8ef25cbb92b0f6ee9a40fb05bb47b5173774 (diff)
downloadbuild-e5dd8a499b854b3d8a4d8c7a3b6a20bcef2bf184.tar.gz
Update Security String to 2017-05-01 on nyc-dev
Bug:34137924 (cherry picked from commit 573e7e75cab017946716fbd4ba01cbd8e7563478)
-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 83ac470026..9a457b57ed 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-04-05
+ PLATFORM_SECURITY_PATCH := 2017-05-01
endif
ifeq "" "$(PLATFORM_BASE_OS)"