From 4ac29fff9927bf64afb686597928d514f40d4cd7 Mon Sep 17 00:00:00 2001 From: Ankur Bakshi Date: Tue, 7 Nov 2023 04:34:28 +0000 Subject: Update Security String to 2024-01-01 Bug: 309529736 Change-Id: I4fd1cbb419bb5d84ebe33779823061695b10c89d Merged-In: I4fd1cbb419bb5d84ebe33779823061695b10c89d Merged-In: I9edc7171d124f0cfa540fea6f0e06ba877910444 Ignore-AOSP-First: Internal first as its needed for preparing the release --- 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 acaf345fda..3393748c04 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 := 2023-12-01 + PLATFORM_SECURITY_PATCH := 2024-01-01 endif .KATI_READONLY := PLATFORM_SECURITY_PATCH -- cgit v1.2.3 From 9bb555ba6bf4665b97fc89c3e94ba03de1042c5f Mon Sep 17 00:00:00 2001 From: Gurpreet Singh Date: Thu, 30 Nov 2023 18:34:10 +0000 Subject: Bump SDK Extension version to 11 This bump includes Adservices, ExtServices and Tethering. Ignore-AOSP-first: Finalization is not performed in AOSP Bug: 314132157 Test: The build passes Change-Id: I42ed5a92c11f53211c21be06df31918c0dd7d5b7 Merged-In: I67c18cfa7a2717cce738b17a53199fa595254068 --- 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 893303500e..160c6455ca 100644 --- a/core/version_defaults.mk +++ b/core/version_defaults.mk @@ -79,7 +79,7 @@ endif .KATI_READONLY := PLATFORM_SDK_VERSION # This is the sdk extension version of this tree. -PLATFORM_SDK_EXTENSION_VERSION := 10 +PLATFORM_SDK_EXTENSION_VERSION := 11 .KATI_READONLY := PLATFORM_SDK_EXTENSION_VERSION # This is the sdk extension version that PLATFORM_SDK_VERSION ships with. -- cgit v1.2.3