From 8c704a59cffd7ec18e47ebec7f3c740b737cf1e5 Mon Sep 17 00:00:00 2001 From: Paul Scovanner Date: Wed, 16 Sep 2020 19:16:44 +0000 Subject: [PATCH 1/3] Update Security String to 2020-11-01 Bug: 168709737 Change-Id: I96489891caa4f5248c90be2d8c16327e1991e3bb (cherry picked from commit 727715f10066f193ec9aa56c188c1856db7c3214) --- 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 fc6a18fa81..f96fca0ece 100644 --- a/core/version_defaults.mk +++ b/core/version_defaults.mk @@ -240,7 +240,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 := 2020-10-05 + PLATFORM_SECURITY_PATCH := 2020-11-01 endif .KATI_READONLY := PLATFORM_SECURITY_PATCH From 6c03196e119e1cda2923b8ce397baad611a4df0f Mon Sep 17 00:00:00 2001 From: Paul Scovanner Date: Fri, 18 Sep 2020 20:32:35 +0000 Subject: [PATCH 2/3] Update Security String to 2020-11-05 Bug: 168709737 Change-Id: I981139f21fb2ffcc9688aad02839a81ce6de6f5f (cherry picked from commit 00d4c092a577ae19f80f56e29368ba2e442b5819) --- 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 f96fca0ece..d3ad4f4b03 100644 --- a/core/version_defaults.mk +++ b/core/version_defaults.mk @@ -240,7 +240,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 := 2020-11-01 + PLATFORM_SECURITY_PATCH := 2020-11-05 endif .KATI_READONLY := PLATFORM_SECURITY_PATCH From ea883a88bfe2e9bf0c2b532740bd433a910fb343 Mon Sep 17 00:00:00 2001 From: android-build-team Robot Date: Mon, 28 Sep 2020 20:59:18 +0000 Subject: [PATCH 3/3] Version bump to RP1A.201105.002 [core/build_id.mk] Change-Id: Ia242f24f086a1b16507923f96ae8eb76983172d9 --- core/build_id.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build_id.mk b/core/build_id.mk index b11fe5e89d..936fbd369a 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -18,4 +18,4 @@ # (like "CRB01"). It must be a single word, and is # capitalized by convention. -BUILD_ID=RP1A.201105.001 +BUILD_ID=RP1A.201105.002