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-09-13 20:28:36 +0000
commit92e5a33b49a96682c95f3f210d0eaab4e78ffa41 (patch)
tree4887fce9ce051311a6dfbbe89f1a8da472679464
parentc5123ee184f1d59921187914ea8b91a5c32f936a (diff)
downloadbuild-92e5a33b49a96682c95f3f210d0eaab4e78ffa41.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: Ia071845650eec778f83221a0c838d52b679ecc31
-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)"