aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Seaton <aseaton@google.com>2017-06-08 22:16:24 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-06-08 22:16:24 +0000
commit8828ffc63e9e57f13b906f8e808f747d72608c4b (patch)
tree3e6926de07027783f69fe7b77b0bb05c25eac522
parentc486b5d047c08459087bf11b8cb6e44652338b3d (diff)
parent2b93753bc4025e92e6b6c8ed510bc9b3f8faff4d (diff)
downloadbuild-8828ffc63e9e57f13b906f8e808f747d72608c4b.tar.gz
[DO NOT MERGE] Updating Security String to 2017-08-05 on nyc-dev bug:62388772
am: 2b93753bc4 Change-Id: I2d0801ec72e4bdd4dfa59b40359c20491b485522
-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 4202e91d58..475d3ee5b5 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)"