aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-06-14 01:25:10 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2023-06-14 01:25:10 +0000
commitb734e42b2976777e94d1bec4cbea06d9c929c631 (patch)
tree8b79605e70f75136b5835fc4f4f899f4cf584093
parent4ef552a74ace0dfa893f0bfa218c0cfec000604a (diff)
parentc2eaeed92dca2a1b6215f368f09cfb8a3f235f7d (diff)
downloadbuild-b734e42b2976777e94d1bec4cbea06d9c929c631.tar.gz
Make change and version bump to TQ3A.230805.001 am: c2eaeed92d
Original change: https://googleplex-android-review.googlesource.com/c/platform/build/+/23682367 Change-Id: Ibb859f0d484ca44b68cb2f9a1004110c63b58dea Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-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