From 060a4a1c769c67141e4936d8fa51801dcbe3289f Mon Sep 17 00:00:00 2001 From: Adam Seaton Date: Tue, 11 Apr 2017 10:57:44 -0700 Subject: [PATCH 1/2] [DO NOT MERGE] Update Security String to 2017-06-01 for mnc-dev bug:37204197 Change-Id: I80259eef1e7a0d0761d3bb31082b7b3606cef669 --- 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 65eaa8f221..7f01379983 100644 --- a/core/version_defaults.mk +++ b/core/version_defaults.mk @@ -105,7 +105,7 @@ ifeq "" "$(PLATFORM_SECURITY_PATCH)" # 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-05-05 + PLATFORM_SECURITY_PATCH := 2017-06-01 endif ifeq "" "$(PLATFORM_BASE_OS)" From 80f445482c78fac7c0282ac7db7a94b37e049fb5 Mon Sep 17 00:00:00 2001 From: Adam Seaton Date: Tue, 11 Apr 2017 10:58:30 -0700 Subject: [PATCH 2/2] [DO NOT MERGE] Update Security String to 2017-06-05 for mnc-dev bug:37204197 Change-Id: I5c252cba4fc0ad0d605218a71da91843256c4c64 --- 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 7f01379983..bc526a5b1d 100644 --- a/core/version_defaults.mk +++ b/core/version_defaults.mk @@ -105,7 +105,7 @@ ifeq "" "$(PLATFORM_SECURITY_PATCH)" # 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-06-01 + PLATFORM_SECURITY_PATCH := 2017-06-05 endif ifeq "" "$(PLATFORM_BASE_OS)"