From a9da159ce1492716160d8ef42efdc9c0a3dfa199 Mon Sep 17 00:00:00 2001 From: Elisa Pascual Trevino Date: Fri, 8 Feb 2019 12:56:02 -0800 Subject: [PATCH 1/6] Update Security String to 2019-04-01 Bug: 124119313 (cherry picked from commit f9835d9f4d39c78ddf35899b058498f1908e906e) Change-Id: I1a808f7c7ebaa29fcfae46f9225d5f385e9877dd --- 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 d386a527f7..e44746d8ec 100644 --- a/core/version_defaults.mk +++ b/core/version_defaults.mk @@ -231,7 +231,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-03-05 + PLATFORM_SECURITY_PATCH := 2019-04-01 endif ifndef PLATFORM_SECURITY_PATCH_TIMESTAMP From d3ffeda7283977599eb785913cfccccb8decf4b3 Mon Sep 17 00:00:00 2001 From: android-build-team Robot Date: Mon, 11 Feb 2019 17:10:12 +0000 Subject: [PATCH 2/6] Version bump to PQ2A.190401.001 Change-Id: I0cfe4c7c8cf78f747974f8ce4fd56061a26fb707 --- 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 41dc9117c4..993c26323c 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. -export BUILD_ID=PQ2A.190305.003 +export BUILD_ID=PQ2A.190401.001 From af2091dc1b56161039567240068f07eff398bc0b Mon Sep 17 00:00:00 2001 From: android-build-team Robot Date: Wed, 13 Feb 2019 19:16:39 +0000 Subject: [PATCH 3/6] Version bump to PQ2A.190401.002 Change-Id: I18282ec17af9201d2a169b9300cb3b64de51c745 --- 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 993c26323c..2a5ecb7efe 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. -export BUILD_ID=PQ2A.190401.001 +export BUILD_ID=PQ2A.190401.002 From 9886f404c2d044c9a822fe7483c8576fcb48bcbe Mon Sep 17 00:00:00 2001 From: android-build-team Robot Date: Thu, 14 Feb 2019 14:04:29 +0000 Subject: [PATCH 4/6] Version bump to PQ2A.190405.001 Change-Id: Iddf273fbbb2ff7efabdf298e29ce100247f89f24 --- 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 2a5ecb7efe..636d65eb68 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. -export BUILD_ID=PQ2A.190401.002 +export BUILD_ID=PQ2A.190405.001 From cbe4d3231a99172b2c025c7efe1fc69538dc1137 Mon Sep 17 00:00:00 2001 From: android-build-team Robot Date: Thu, 14 Feb 2019 14:38:18 +0000 Subject: [PATCH 5/6] Version bump to PQ2A.190405.002 Change-Id: I317fd68333a1b5923ae9b30b200f523fe50d508f --- 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 636d65eb68..d766548461 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. -export BUILD_ID=PQ2A.190405.001 +export BUILD_ID=PQ2A.190405.002 From 4e41f65503672b5730495e7f33e76f538c61c1e3 Mon Sep 17 00:00:00 2001 From: Elisa Pascual Trevino Date: Fri, 8 Feb 2019 13:25:42 -0800 Subject: [PATCH 6/6] Update Security String to 2019-04-05 Bug: 124119313 (cherry picked from commit 0b5a344dc3b1f13b69983a711467dbe94251011a) Change-Id: I1a68d374fd1935e7b37b9665dfca7d782055b4c8 --- 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 e44746d8ec..1df6fc5d54 100644 --- a/core/version_defaults.mk +++ b/core/version_defaults.mk @@ -231,7 +231,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-04-01 + PLATFORM_SECURITY_PATCH := 2019-04-05 endif ifndef PLATFORM_SECURITY_PATCH_TIMESTAMP