From af5392280c9b08241f6d6b01daceeac2cd308bf5 Mon Sep 17 00:00:00 2001 From: Bassem Khalife Date: Tue, 23 Nov 2021 23:25:54 +0000 Subject: Update Security String to 2022-01-01 Bug: 207022948 Change-Id: I4fa24056c5f6a4847431fdd28ff614e851746314 Merged-In: Ie4afce5ae2b2a1b60fb0fc78ea014d220e08a981 --- 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 0c7e8039aa..21598c4732 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 := 2021-12-01 + PLATFORM_SECURITY_PATCH := 2022-01-01 endif ifndef PLATFORM_SECURITY_PATCH_TIMESTAMP -- cgit v1.2.3 From 6e4c4dadb188ab193508dbc043f7ee8520705217 Mon Sep 17 00:00:00 2001 From: Bassem Khalife Date: Mon, 29 Nov 2021 23:51:49 +0000 Subject: [DO NOT MERGE] Update Security String to 2022-01-01 Bug: 207022948 Change-Id: Id0cffb66a65c60b011d0975ba6b0ff04366472d2 Merged-In: Ie4afce5ae2b2a1b60fb0fc78ea014d220e08a981 Merged-In: Id1ccf89e6cd9e924f9d5c7ca53cdbcd9cd34018b --- 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 4c83227778..a2c7837380 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 := 2021-11-05 + PLATFORM_SECURITY_PATCH := 2022-01-01 endif .KATI_READONLY := PLATFORM_SECURITY_PATCH -- cgit v1.2.3 From dbca77790b2b21917362df1d2e74c54d52e3c01c Mon Sep 17 00:00:00 2001 From: Savitha Gouda Date: Fri, 17 Dec 2021 00:10:47 +0000 Subject: Update security string to 2022-02-01 Bug: 210005927 Change-Id: I573c92e95022c3f2b47e18646355208bda890386 Merged-In: Ifcc54fbdb18bb480e73c2f52ebefd968b52a1e27 --- 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 21598c4732..7bcd42b023 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 := 2022-01-01 + PLATFORM_SECURITY_PATCH := 2022-02-01 endif ifndef PLATFORM_SECURITY_PATCH_TIMESTAMP -- cgit v1.2.3 From 389f21950cde4e5263fbf675eced0c940132ae4e Mon Sep 17 00:00:00 2001 From: Bassem Khalife Date: Fri, 7 Jan 2022 01:40:44 +0000 Subject: Update security string to 2022-03-01 Bug: 211820647 Change-Id: I9afb39715b0e470866a344246566e6414071ae6a Merged-In: Ic0fb477acd4bd79c0ee464bf53b5d688f74e4863 --- 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 7bcd42b023..0661e7f9aa 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 := 2022-02-01 + PLATFORM_SECURITY_PATCH := 2022-03-01 endif ifndef PLATFORM_SECURITY_PATCH_TIMESTAMP -- cgit v1.2.3