aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Seaton <aseaton@google.com>2017-03-10 15:44:16 -0800
committerJesse Badash <badash@google.com>2017-04-05 01:46:11 +0000
commita081c9b07059ffdae96e4d932f13cfecc616b318 (patch)
treea8b77e4dba9d937fab6b72a5d2ed26ff10da7440
parent04d1c9b0b5c5bc6f3168157c6911286245b29398 (diff)
downloadbuild-a081c9b07059ffdae96e4d932f13cfecc616b318.tar.gz
Update Security String to 2017-05-01 on nyc-dev
Bug:34137924 Change-Id: Ia2d8005d91b79146d068e82039cb9604af40e4ef
-rw-r--r--core/version_defaults.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/version_defaults.mk b/core/version_defaults.mk
index 9d671669fe..7a2fc310fa 100644
--- a/core/version_defaults.mk
+++ b/core/version_defaults.mk
@@ -114,7 +114,8 @@ 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-01
+ PLATFORM_SECURITY_PATCH := 2017-05-01
+
endif
ifeq "" "$(PLATFORM_BASE_OS)"