aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-06-16 08:32:41 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-06-16 08:33:10 +0000
commite8e7bcc6bdc7e3b0fabfe7d82cb8226c1c3821ea (patch)
treec4142a6254c88a243e1cf6eabf8477a4392f0a6c
parent1deb862003044273c0e22afffbfe8908c300a743 (diff)
parent81d947ecc89955a609504cbf711b269455e3651b (diff)
downloadbuild-e8e7bcc6bdc7e3b0fabfe7d82cb8226c1c3821ea.tar.gz
Make change and version bump to TQ3C.230805.001
Merge cherrypicks of ['googleplex-android-review.googlesource.com/23556019'] into tm-qpr3-c-release. Change-Id: I2b6a9435c9c61b4c1a9e6cfaebabfcf4664ea089
-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 64b6361863..f751b7203c 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=TQ3C.230705.002
+BUILD_ID=TQ3C.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