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-15 19:08:38 +0000
commit18eb62ffb76bf5fcd2c8dd55259c65d2dcf47ba1 (patch)
tree551eea5c8a3c9cebbe860633e298bfdadcd61603
parentd72930380a5592f90dd35330d223a69b57914e98 (diff)
downloadbuild-18eb62ffb76bf5fcd2c8dd55259c65d2dcf47ba1.tar.gz
[DO NOT MERGE] Updating Security String to 2017-08-05 on nyc-dev
bug:62388772 (cherry picked from commit 2b93753bc4025e92e6b6c8ed510bc9b3f8faff4d) Change-Id: I5a3ab2efbec3ca975c68ddff6d2f27e81fb1719b
-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 188698ed03..7c96344900 100644
--- a/core/version_defaults.mk
+++ b/core/version_defaults.mk
@@ -131,7 +131,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)"