aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-08-22 02:19:31 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-08-22 02:20:39 +0000
commit61c0b9d4a89e372ca49b525cb5243aff85241152 (patch)
tree42b3e9241b8c1150df98046148ac406b578c0264
parente194bcad19034b03a4215939b89e8b809d6d9597 (diff)
parentc94178c9f641a56438f3aa8dcd2000af43025845 (diff)
downloadbuild-61c0b9d4a89e372ca49b525cb5243aff85241152.tar.gz
Make change and version bump to UP1A.231005.001
Merge cherrypicks of ['googleplex-android-review.googlesource.com/24426147'] into udc-release. Change-Id: Ib3d9194075fb34f357428898ec890187e302d5fe
-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 de934d7d7c..e00e7ec69b 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=UP1A.230905.019
+BUILD_ID=UP1A.231005.001
diff --git a/core/version_defaults.mk b/core/version_defaults.mk
index cecdc0e225..5acdb497db 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 := 2023-09-05
+ PLATFORM_SECURITY_PATCH := 2023-10-05
endif
include $(BUILD_SYSTEM)/version_util.mk