aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Seaton <aseaton@google.com>2017-08-21 11:26:14 -0700
committerJP Sugarbroad <jpsugar@google.com>2017-09-06 15:41:12 -0700
commitfe609f03f515590ba5e28dd861acc7cf52b02ccc (patch)
tree6566c0e42ca1312a55717d8cb1969fa2cd518926
parent73cdb0ca4708c35bf03dd6fe0b401e47b026caab (diff)
downloadbuild-fe609f03f515590ba5e28dd861acc7cf52b02ccc.tar.gz
[DO NOT MERGE] Update platform security string to 2017-10-01 in nyc-dev Bug:64896113
(cherry picked from commit 73ab80dec9df8966bf660725dc1a942d9c1f324e)
-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 f3474ad231..47c58809b8 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-09-01
+ PLATFORM_SECURITY_PATCH := 2017-10-01
endif
ifeq "" "$(PLATFORM_BASE_OS)"