aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-04-04 18:25:36 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-04-04 18:55:47 +0000
commit3733895efa70d260bacc86bc93e02d59c461fa4c (patch)
treef409485013dc48a9a9947c8d399f0e0785c36492
parent05a4a2216f9922e1fc2a655aebe989b6abbff8c4 (diff)
parent822afa04a155e4107d26be374f58ac9e78f08ee0 (diff)
downloadbuild-android-platform-13.0.0_r7.tar.gz
Make change and version bump to TPM1.230404.001android-platform-13.0.0_r7
Snap for 9839160 from 822afa04a155e4107d26be374f58ac9e78f08ee0 to tm-platform-release Change-Id: I26569f6570fdd08b686d38d4c50b095e3f60cc06
-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 2c5cc47438..f283c0fe76 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.230223.001
+BUILD_ID=TPM1.230404.001
diff --git a/core/version_defaults.mk b/core/version_defaults.mk
index 38d05107d9..419ff1aadc 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-04-05
+ PLATFORM_SECURITY_PATCH := 2023-05-05
endif
include $(BUILD_SYSTEM)/version_util.mk