aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Seaton <aseaton@google.com>2017-06-07 14:54:45 -0700
committerandroid-build-team Robot <android-build-team-robot@google.com>2017-06-16 18:42:33 +0000
commit8071e8cda1e1939ae1de63248bf85fea27c0d1c1 (patch)
tree4572fd310608f019ffa416ae0ce7117c2e7002a1
parent8d7494cfb851bdefb8c7ab6639515bfe1fad525e (diff)
downloadbuild-8071e8cda1e1939ae1de63248bf85fea27c0d1c1.tar.gz
[DO NOT MERGE] Updating Security String to 2017-08-05 on nyc-dev
bug:62388772 (cherry picked from commit 2b93753bc4025e92e6b6c8ed510bc9b3f8faff4d) Change-Id: I8ea9d94b142216444f05ce58b0289d8f12b00036
-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)"