aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Seaton <aseaton@google.com>2017-06-08 22:20:25 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-06-08 22:20:25 +0000
commit4f43543b111b31499250e9b50bcd3a60577a0298 (patch)
tree87bee01145f12624e292e96f54437450f09dd240
parent93b5d26067206e96fb6886da106eff4c63ebe773 (diff)
parentedda32c5e3ad89c43a0f04759cb1d14ce1ec0dcf (diff)
downloadbuild-4f43543b111b31499250e9b50bcd3a60577a0298.tar.gz
[DO NOT MERGE] Updating Security String to 2017-08-05 on nyc-dev bug:62388772 am: 2b93753bc4 am: 8828ffc63e
am: edda32c5e3 Change-Id: Iebc23556477b796e6329efb5adaa1804d5adcb33
-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 eb07cae0cd..bb95a849a1 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-08-01
+ PLATFORM_SECURITY_PATCH := 2017-08-05
endif
ifeq "" "$(PLATFORM_BASE_OS)"