aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Seaton <aseaton@google.com>2017-03-10 15:44:16 -0800
committergitbuildkicker <android-build@google.com>2017-03-27 12:04:28 -0700
commit9e21e4e2e9a86aa0c75915dfdf1152e4d24031bf (patch)
treea5822c1510a0556162179cf4efa343f65f112c1b
parenteb1c0d599e0515f4948681e083f031e61563740e (diff)
downloadbuild-9e21e4e2e9a86aa0c75915dfdf1152e4d24031bf.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 86a67a1778..1e10edcb19 100644
--- a/core/version_defaults.mk
+++ b/core/version_defaults.mk
@@ -114,7 +114,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)"