aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-09-28 00:42:58 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-09-28 00:43:04 +0000
commit9756a7f2d76dc3e483ef1828709dc69aafdfbddb (patch)
tree805a37fcbc87b331f0efd31297126bb966dd3dbf
parent7a19d52bd9169a70f7e39ee726fce24a626fa0a7 (diff)
parent3482425010acc4bc96365c2b6555d11c4d6b6fff (diff)
downloadbuild-9756a7f2d76dc3e483ef1828709dc69aafdfbddb.tar.gz
Make change and version bump to UP1A.231105.002
Merge cherrypicks of ['googleplex-android-review.googlesource.com/24880350'] into udc-release. Change-Id: Ia6a41eabf1c0093e9599dcf731a8134259bdadc4
-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 e22a3d3378..31163456ba 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.231105.001
+BUILD_ID=UP1A.231105.002
diff --git a/core/version_defaults.mk b/core/version_defaults.mk
index 1ab04e372e..332d7a6ad1 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-11-05
+ PLATFORM_SECURITY_PATCH := 2023-11-01
endif
include $(BUILD_SYSTEM)/version_util.mk