aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-09-15 22:43:06 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2023-09-15 22:43:06 +0000
commitaeed4d0640b648097f1e66d48436362d2f6df677 (patch)
treee3a18ef54e9b8f9a58c33bf78d6df3e729318eb2
parent7e4e5b6e63f3bb57ed5eb3117ca5e65f24dcf3d4 (diff)
parent0945e6866cfb7b28853b5cb6200cec503eaab5b4 (diff)
downloadbuild-android14-gsi.tar.gz
Make change and version bump to UP1A.231105.001 am: 0945e6866candroid14-gsi
Original change: https://googleplex-android-review.googlesource.com/c/platform/build/+/24776637 Change-Id: Id4a2d6663d3f8ced973318490f00d8e637eae9b4 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-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 37033222ea..e22a3d3378 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.231005.007
+BUILD_ID=UP1A.231105.001
diff --git a/core/version_defaults.mk b/core/version_defaults.mk
index 5acdb497db..1ab04e372e 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-10-05
+ PLATFORM_SECURITY_PATCH := 2023-11-05
endif
include $(BUILD_SYSTEM)/version_util.mk