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