aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Seaton <aseaton@google.com>2017-08-21 11:26:49 -0700
committerandroid-build-team Robot <android-build-team-robot@google.com>2017-08-23 19:02:52 +0000
commit67af8a377d16b152985b66e530db6ab91cd884fa (patch)
tree7ac6b56c447edc98e1fea8fb0482ff49f4b7d6e0
parentaf7d21325f0bd2188b30df1f4568fead47c92db7 (diff)
downloadbuild-67af8a377d16b152985b66e530db6ab91cd884fa.tar.gz
[DO NOT MERGE] Update platform security string to 2017-10-05 in nyc-dev Bug:64896113
(cherry picked from commit 1517f3d2da27eae798a3ac765096251914f9b119) Change-Id: I2259c4c988f138ef3d7b87d06d710408e75cbd8b
-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 04c2c3a5e1..f565d033fc 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-10-01
+ PLATFORM_SECURITY_PATCH := 2017-10-05
endif
ifeq "" "$(PLATFORM_BASE_OS)"