From b2154e4abb24a8b9eb6d9dd71164677cee91a71e Mon Sep 17 00:00:00 2001 From: Adam Seaton Date: Mon, 21 Aug 2017 11:26:14 -0700 Subject: [DO NOT MERGE] Update platform security string to 2017-10-01 in nyc-dev Bug:64896113 (cherry picked from commit 73ab80dec9df8966bf660725dc1a942d9c1f324e) Change-Id: I79c8696abc375a2c2cd77a2b12fec1558be70818 --- core/version_defaults.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/version_defaults.mk b/core/version_defaults.mk index befd346f82..04c2c3a5e1 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-09-05 + PLATFORM_SECURITY_PATCH := 2017-10-01 endif ifeq "" "$(PLATFORM_BASE_OS)" -- cgit v1.2.3 From 6d6c4444a5605a2a0dd1084ea4aa2f0590701df1 Mon Sep 17 00:00:00 2001 From: Adam Seaton Date: Mon, 21 Aug 2017 11:26:49 -0700 Subject: [DO NOT MERGE] Update platform security string to 2017-10-05 in nyc-dev Bug:64896113 (cherry picked from commit 1517f3d2da27eae798a3ac765096251914f9b119) Change-Id: Iaf69b105d57ab33dccde1b13be5271178269f82a --- core/version_defaults.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)" -- cgit v1.2.3