aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-01-10 08:09:13 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-01-10 08:09:19 +0000
commit123243c1abb2e003d6c869f16c3e5626787e6fe6 (patch)
tree9e0c7b80501f3a26b8a3073359ab1d20e1d9c5e6
parent814fd8adeca23c7e94ba95b0af7d6c214f45c648 (diff)
parent3eac148ac19eaae1d1407f3dfcc13ce52642e3f2 (diff)
downloadbuild-123243c1abb2e003d6c869f16c3e5626787e6fe6.tar.gz
Make change and version bump to TPM1.230623.020android-platform-13.0.0_r16
Merge cherrypicks of ['googleplex-android-review.googlesource.com/25847771'] into tm-platform-release. Change-Id: I24c8dc04f1e6f447963fee14c11fa2d07dd0c9e2
-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 b166ee7316..a5370f3065 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.019
+BUILD_ID=TPM1.230623.020
diff --git a/core/version_defaults.mk b/core/version_defaults.mk
index d81ce0cf1b..1db76bc646 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 := 2024-01-01
+ PLATFORM_SECURITY_PATCH := 2024-02-05
endif
include $(BUILD_SYSTEM)/version_util.mk