aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-10-02 17:48:34 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-10-02 18:30:44 +0000
commit032b4024fc642f92bc3604335c05b16cfe09908f (patch)
tree6e19cc370c97488dbf35faaab99abf43118ef571
parent5b7c9c6d30400e506fcd3abe7dc51d0eb0a4829a (diff)
parent8b574bbd67bbd0c1de94d1c37cfb6c816b267991 (diff)
downloadbuild-032b4024fc642f92bc3604335c05b16cfe09908f.tar.gz
Make change and version bump to UPM1.231002.001android-platform-14.0.0_r1
Snap for 10873869 from 8b574bbd67bbd0c1de94d1c37cfb6c816b267991 to udc-platform-release Change-Id: I37c00b082e2c277f2e20b604b483791109448202
-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 ab1ea6f8a4..045e16b337 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=UPM1.230918.001
+BUILD_ID=UPM1.231002.001
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