aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-11-27 18:54:47 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-11-27 18:54:55 +0000
commit705f206797bfe2d08c3f0c0c224cb8d3ad67b72b (patch)
tree4f22947914139a2a39cc5541fca5676c6f673e90
parentdef2c22f54624527bb79f0551ba07368a0febef1 (diff)
parentfd7cd9bb5b73ab9863384ed69a56d33c8bbdcda3 (diff)
downloadbuild-705f206797bfe2d08c3f0c0c224cb8d3ad67b72b.tar.gz
Make change and version bump to TPM1.230623.016android-platform-13.0.0_r15
Merge cherrypicks of ['googleplex-android-review.googlesource.com/25293366'] into tm-platform-release. Change-Id: I25043d62027c69f332ea77d2e09481b8aac16d3b
-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 d2ca1ddc3a..1589532d08 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=TPM1.230623.015
+BUILD_ID=TPM1.230623.016
diff --git a/core/version_defaults.mk b/core/version_defaults.mk
index 3b40489c4c..d81ce0cf1b 100644
--- a/core/version_defaults.mk
+++ b/core/version_defaults.mk
@@ -103,7 +103,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-12-01
+ PLATFORM_SECURITY_PATCH := 2024-01-01
endif
include $(BUILD_SYSTEM)/version_util.mk