aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-06-14 00:40:41 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-06-14 00:41:27 +0000
commitc2eaeed92dca2a1b6215f368f09cfb8a3f235f7d (patch)
tree8b79605e70f75136b5835fc4f4f899f4cf584093
parenta61011d43f18c90e09c99b55233f05c0c0803a26 (diff)
parent4e115536a6a16550fda22c03d5a3b71fb15b108b (diff)
downloadbuild-c2eaeed92dca2a1b6215f368f09cfb8a3f235f7d.tar.gz
Make change and version bump to TQ3A.230805.001android-13.0.0_r67
Merge cherrypicks of ['googleplex-android-review.googlesource.com/23556019'] into tm-qpr3-release. Change-Id: I4f562d41b8ce4d9e2536d93d458fd9737c9aa070
-rw-r--r--core/build_id.mk2
-rw-r--r--core/version_defaults.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/core/build_id.mk b/core/build_id.mk
index 0469d88bec..e70e58b0ce 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.230805.001
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