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 From 8eac089eef2599353331cbf83e9170cb44d8e01e Mon Sep 17 00:00:00 2001 From: Bassem Khalife Date: Sun, 30 Jan 2022 04:23:40 +0000 Subject: Update Security String to 2022-04-01 Bug: 216579780 Change-Id: Ia4661819b2f7ad4cef86d026c97ce07c3be8e005 Merged-In: Ia4661819b2f7ad4cef86d026c97ce07c3be8e005 --- 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 3511d63781..4b3a78c81d 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 := 2022-03-01 + PLATFORM_SECURITY_PATCH := 2022-04-01 endif .KATI_READONLY := PLATFORM_SECURITY_PATCH -- cgit v1.2.3 From dfbfcbfca505fb14bf85d66fd17450769d36e1bb Mon Sep 17 00:00:00 2001 From: Anton Hansson Date: Thu, 10 Mar 2022 18:31:17 +0000 Subject: Convert extension version assignment to be simple To match what was done in I4798fb69c639e6d52d275a5b793fa0c8ba876202. Test: m nothing Merged-In: I4798fb69c639e6d52d275a5b793fa0c8ba876202 Change-Id: I65b7c5974e0ce64bb43474e49ef9ed8d2b13d001 --- core/version_defaults.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/version_defaults.mk b/core/version_defaults.mk index d65e697214..88fa42771f 100644 --- a/core/version_defaults.mk +++ b/core/version_defaults.mk @@ -156,7 +156,8 @@ endif .KATI_READONLY := PLATFORM_SDK_VERSION # This is the sdk extension version of this tree. -PLATFORM_SDK_EXTENSION_VERSION :=$= 1 +PLATFORM_SDK_EXTENSION_VERSION := 1 +.KATI_READONLY := PLATFORM_SDK_EXTENSION_VERSION # This is the sdk extension version that PLATFORM_SDK_VERSION ships with. PLATFORM_BASE_SDK_EXTENSION_VERSION :=$= 0 -- cgit v1.2.3 From e4842390604b29f4206a312c51ca21ca1d654f1b Mon Sep 17 00:00:00 2001 From: Anton Hansson Date: Fri, 12 Nov 2021 12:45:09 +0000 Subject: Bump SDK Extension version to 2 This bump includes SdkExtensions and MediaProvider. Bug: 222049920 Test: Manual install of MP & SDKExtensions Merged-In: Ie68b78c93f66bd7b40f0dad301821d14d8dc5655 Change-Id: Ie68b78c93f66bd7b40f0dad301821d14d8dc5655 --- 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 88fa42771f..aad89a3ec7 100644 --- a/core/version_defaults.mk +++ b/core/version_defaults.mk @@ -156,7 +156,7 @@ endif .KATI_READONLY := PLATFORM_SDK_VERSION # This is the sdk extension version of this tree. -PLATFORM_SDK_EXTENSION_VERSION := 1 +PLATFORM_SDK_EXTENSION_VERSION := 2 .KATI_READONLY := PLATFORM_SDK_EXTENSION_VERSION # This is the sdk extension version that PLATFORM_SDK_VERSION ships with. -- cgit v1.2.3