aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-02-14 18:20:51 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-02-14 18:21:39 +0000
commit1c10406fe4806e947b63072c5d7de61dc4a5e9b3 (patch)
tree03e5edf92514821508bd4ee890a01c4ee9d3e15b
parentfeb2905ebfc38f74f69dc50d492ac7c468a3bb7e (diff)
parentb1bdb64c74f467b7f8ff6b17ba75b172f413fe08 (diff)
downloadbuild-1c10406fe4806e947b63072c5d7de61dc4a5e9b3.tar.gz
Make change and version bump to TQ2A.230405.001
Merge cherrypicks of ['googleplex-android-review.googlesource.com/21359524'] into tm-qpr2-release. Change-Id: Ie61ad93088e05ba456ce67b568edefd4260ab189
-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 f2c871c692..7a8f36b308 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=TQ2A.230305.008
+BUILD_ID=TQ2A.230405.001
diff --git a/core/version_defaults.mk b/core/version_defaults.mk
index 208e1e6bd5..38d05107d9 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-03-05
+ PLATFORM_SECURITY_PATCH := 2023-04-05
endif
include $(BUILD_SYSTEM)/version_util.mk