aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Seaton <aseaton@google.com>2017-04-11 11:03:48 -0700
committerJP Sugarbroad <jpsugar@google.com>2017-04-13 20:39:52 +0000
commit9deca11f440b6ea7422b6e7e6a4845633c86da30 (patch)
tree205cdfbf5c29eecdd1096bd5a35c90ce90dcad93
parenta081c9b07059ffdae96e4d932f13cfecc616b318 (diff)
downloadbuild-9deca11f440b6ea7422b6e7e6a4845633c86da30.tar.gz
[DO NOT MERGE] Update Security String to 2017-06-01 for nyc-dev
bug:37204197 Change-Id: I81ae6196028c983baf82800a364805025672bec9 (cherry picked from commit 2469489462931144ead54ddd8483cf47bd21c6a5)
-rw-r--r--core/version_defaults.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/core/version_defaults.mk b/core/version_defaults.mk
index 7a2fc310fa..1085294ea1 100644
--- a/core/version_defaults.mk
+++ b/core/version_defaults.mk
@@ -114,8 +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-05-01
-
+ PLATFORM_SECURITY_PATCH := 2017-06-01
endif
ifeq "" "$(PLATFORM_BASE_OS)"