aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-01-26 10:48:28 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-01-26 11:47:18 +0000
commit23be823afafe5968c2c4ef28add3984479a2620a (patch)
tree6454dbf44a7f2efa0cda95d04946dc9dbf12e0b6
parentc6a1548da94c7fbc252d949a2a8035b67662e434 (diff)
parentb0a35c98fddbe60fbee35792566dec6e3f15e2c3 (diff)
downloadbuild-23be823afafe5968c2c4ef28add3984479a2620a.tar.gz
Make change and version bump to TQ2B.230305.001
Snap for 9498461 from b0a35c98fddbe60fbee35792566dec6e3f15e2c3 to tm-qpr2-b-release Change-Id: I90832d3e2d729761b73ec87acddcdc3ed860900f
-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..91901b8104 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=TQ2B.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