aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-12-15 02:47:50 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-12-15 02:48:33 +0000
commit523aad80de6c7f4d6653c477dbe71bc4cdf7b033 (patch)
tree4c97f54be5cd000687be9fa704fc74bf92a842dc
parent7378ee0c05c71ba5259dce9b1e7cba45d57bade9 (diff)
parentf384e6ef84e8b3f6fc6ad14aae05db8e6071b148 (diff)
downloadbuild-523aad80de6c7f4d6653c477dbe71bc4cdf7b033.tar.gz
Make change and version bump to UQ1A.240205.001
Merge cherrypicks of ['googleplex-android-review.googlesource.com/25498990'] into udc-qpr1-release. Change-Id: I31b7a85b42fecc3155a9d4ae3dc7da30836db042
-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 9f6470883c..4a660fb297 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=UQ1A.240105.004
+BUILD_ID=UQ1A.240205.001
diff --git a/core/version_defaults.mk b/core/version_defaults.mk
index 8ae4404fdc..dba897a9c3 100644
--- a/core/version_defaults.mk
+++ b/core/version_defaults.mk
@@ -104,7 +104,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 := 2024-01-05
+ PLATFORM_SECURITY_PATCH := 2024-02-05
endif
include $(BUILD_SYSTEM)/version_util.mk