aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Seaton <aseaton@google.com>2017-04-11 11:04:34 -0700
committergitbuildkicker <android-build@google.com>2017-04-19 10:58:57 -0700
commit58bb723a10944e8a4f31749b494f49ef1ad1b578 (patch)
tree9b68cd57a862467bed49332d19848cff3a382540
parenta1dfcb51fb8f1de3539c24b3d340058a0ea96036 (diff)
downloadbuild-58bb723a10944e8a4f31749b494f49ef1ad1b578.tar.gz
[DO NOT MERGE] Update Security String to 2017-06-05 for nyc-dev
bug:37204197 Change-Id: I9790487cd9bf8fb8e44856216407b35d067a9d16 (cherry picked from commit 70d708e29ff733778771deae004ec06dca419efb)
-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 1085294ea1..e42903a581 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-06-01
+ PLATFORM_SECURITY_PATCH := 2017-06-05
endif
ifeq "" "$(PLATFORM_BASE_OS)"