From dffcf3716b78e158117c22a8c2bd6022fc81ca4b Mon Sep 17 00:00:00 2001 From: Android Build Coastguard Worker Date: Sat, 27 May 2023 21:18:53 +0000 Subject: [PATCH 1/2] Version bump to TQ3A.230705.001.A1 [core/build_id.mk] Change-Id: Iecb945fdcbebdcc308a327706b7f1ecb5410dfd3 --- 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 0469d88bec..8a8afc761d 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=TQ3A.230705.001 +BUILD_ID=TQ3A.230705.001.A1 From 4e115536a6a16550fda22c03d5a3b71fb15b108b Mon Sep 17 00:00:00 2001 From: Lokesh Kumar Goel Date: Sun, 4 Jun 2023 02:50:54 +0000 Subject: [PATCH 2/2] Update Security String to 2023-08-05 Bug: 285692955 Ignore-AOSP-First: Future release prep (Internal first) (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:be93b44331a344195d2d9a37c7b6bd1dcb1b3c60) Merged-In: I137506c673d9f44789c26f88a416c0fd06df02ce Change-Id: I137506c673d9f44789c26f88a416c0fd06df02ce --- 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 23dce80440..4fa5425a4b 100644 --- a/core/version_defaults.mk +++ b/core/version_defaults.mk @@ -103,7 +103,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-07-05 + PLATFORM_SECURITY_PATCH := 2023-08-05 endif include $(BUILD_SYSTEM)/version_util.mk