From b451adffb1e836139c5cb2353682f41460d9b29e Mon Sep 17 00:00:00 2001 From: Lubo Hristov Date: Thu, 19 Sep 2019 12:49:45 -0700 Subject: Update SPL to 2019-11-01 bug:141272605 (cherry picked from commit 89b18c02ae46ef56216475fcbd0f545a995ebd1b) Change-Id: I06374b2aed520a4808b16bcec4ad0a238cce9e7f --- 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 43d4d3eb0a..91d4d84124 100644 --- a/core/version_defaults.mk +++ b/core/version_defaults.mk @@ -250,7 +250,7 @@ ifndef 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 := 2019-10-05 + PLATFORM_SECURITY_PATCH := 2019-11-01 endif .KATI_READONLY := PLATFORM_SECURITY_PATCH -- cgit v1.2.3 From 01eb199d30f64d09c0e35192b31502025e4f9005 Mon Sep 17 00:00:00 2001 From: Lubo Hristov Date: Thu, 19 Sep 2019 12:57:53 -0700 Subject: Update SPL to 2019-11-05 bug:141272605 (cherry picked from commit 73aa913b777288c4fd3723660b39fe82c44fd8b1) Change-Id: I014829da0773581f0abd2876fd0a9f1282259df3 --- 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 91d4d84124..b803ff81ab 100644 --- a/core/version_defaults.mk +++ b/core/version_defaults.mk @@ -250,7 +250,7 @@ ifndef 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 := 2019-11-01 + PLATFORM_SECURITY_PATCH := 2019-11-05 endif .KATI_READONLY := PLATFORM_SECURITY_PATCH -- cgit v1.2.3 From 4fddadca60e7976096f87d06b448b75f4f3e1f4e Mon Sep 17 00:00:00 2001 From: Paul Scovanner Date: Fri, 27 Sep 2019 17:05:24 -0700 Subject: [CHERRYPICK ONLY] Update Security String to 2019-10-06 Bug:139434268 (cherry picked from commit 74684f036c6937d5270380f33e19d153c85f366a) Change-Id: I975f5e687a4ba65437860f0ca69dd864f5d2677c --- 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 b803ff81ab..08ffb1a53e 100644 --- a/core/version_defaults.mk +++ b/core/version_defaults.mk @@ -250,7 +250,7 @@ ifndef 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 := 2019-11-05 + PLATFORM_SECURITY_PATCH := 2019-10-06 endif .KATI_READONLY := PLATFORM_SECURITY_PATCH -- cgit v1.2.3