aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-06-08 21:32:06 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-06-08 21:50:44 +0000
commitc05193a76a25ab96fd5c8514a71f1968a8bc3038 (patch)
treeff069034ed894404400d026807b3632779c6fec6
parent1a42833b8a959ddb91a5d83583964045a0fa7d10 (diff)
parenta6dc71792f94074216767e999dc0c8c268f9f589 (diff)
downloadbuild-c05193a76a25ab96fd5c8514a71f1968a8bc3038.tar.gz
Make change and version bump to TPM1.230608.003android-platform-13.0.0_r8
Snap for 10285248 from a6dc71792f94074216767e999dc0c8c268f9f589 to tm-platform-release Change-Id: Ieb3ea1da6ebe2a24108a3f3905b3293d6746a738
-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 bf0964b2f8..e503fd0abb 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.230608.002
+BUILD_ID=TPM1.230608.003
diff --git a/core/version_defaults.mk b/core/version_defaults.mk
index 23dce80440..60bd4cdcb2 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-07-05
+ PLATFORM_SECURITY_PATCH := 2023-06-05
endif
include $(BUILD_SYSTEM)/version_util.mk