aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-01-17 20:20:30 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-01-17 20:21:33 +0000
commitb0a35c98fddbe60fbee35792566dec6e3f15e2c3 (patch)
treefa8b58b4a8ec995b25c217931bc2d65abab335b4
parentc6a1548da94c7fbc252d949a2a8035b67662e434 (diff)
parentd7834084dd023d0bd6489415e0e14be410accc02 (diff)
downloadbuild-b0a35c98fddbe60fbee35792566dec6e3f15e2c3.tar.gz
Make change and version bump to TQ2A.230305.001
Merge cherrypicks of ['ag/20984664'] into tm-qpr2-release. Change-Id: I2807ebe0b2cfad46f65d587ab520b225726c40ac
-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 f49f2512fb..43ab9d96ab 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.230109.003
+BUILD_ID=TQ2A.230305.001
diff --git a/core/version_defaults.mk b/core/version_defaults.mk
index 339d36bb5c..208e1e6bd5 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-02-05
+ PLATFORM_SECURITY_PATCH := 2023-03-05
endif
include $(BUILD_SYSTEM)/version_util.mk