aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-09-01 12:08:11 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-09-01 12:08:48 +0000
commit7f178f3461b54b80837df900b664b6bf257e480d (patch)
treeb3471dfc5a85bcb9e8ae2e424419317d23e63e41
parent6ab7bbf752935f42cca5218c916fea18d152215e (diff)
parent8222442829bebebb6ebe6b1b1b40255299dac8d6 (diff)
downloadbuild-7f178f3461b54b80837df900b664b6bf257e480d.tar.gz
Make change and version bump to TQ3A.230901.001android-13.0.0_r75android13-qpr3-release
Merge cherrypicks of ['googleplex-android-review.googlesource.com/24061434'] into tm-qpr3-release. Change-Id: Ib2ae667da58a8f14304f6f97b8d877b0617f090b
-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 e70e58b0ce..bcfd34f34c 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.230805.001
+BUILD_ID=TQ3A.230901.001
diff --git a/core/version_defaults.mk b/core/version_defaults.mk
index 4fa5425a4b..b5fa3eb596 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-08-05
+ PLATFORM_SECURITY_PATCH := 2023-09-01
endif
include $(BUILD_SYSTEM)/version_util.mk