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-20 22:24:24 +0000
commita410f7060f5b9981eb68205ed6db2ac812d393cf (patch)
tree892487d37548bb00e7ca99485710c6e03b152216
parent720c813ede33630844eadbb6523e79f6faf46742 (diff)
downloadbuild-a410f7060f5b9981eb68205ed6db2ac812d393cf.tar.gz
[DO NOT MERGE] Updating Security String to 2017-08-05 on nyc-dev
bug:62388772 (cherry picked from commit 2b93753bc4025e92e6b6c8ed510bc9b3f8faff4d) Change-Id: Ic3aa7e0716e3fdcb7d11e4ac566563b269f37a71
-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)"