diff options
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | 2023-08-22 17:25:16 +0000 |
---|---|---|
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | 2023-08-22 17:25:33 +0000 |
commit | 285506d60321572153309709350a7acb1e2a17ee (patch) | |
tree | 6584ad96f42125b67d8250f35e89b0f27fa4b039 | |
parent | f5653dfc4863f5ea3f353d734d225c69b4637eda (diff) | |
parent | e3a3ad83f207cfd4f5a045efc4af73b324f59455 (diff) |
Make change and version bump to TPM1.230623.007
Merge cherrypicks of ['googleplex-android-review.googlesource.com/24426048'] into tm-platform-release.
Change-Id: I4db3150de5907c9aa311d53d1496fe6b07d2108f
-rw-r--r-- | core/build_id.mk | 2 | ||||
-rw-r--r-- | core/version_defaults.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/core/build_id.mk b/core/build_id.mk index 40d651e643..394e3def7e 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.006 +BUILD_ID=TPM1.230623.007 diff --git a/core/version_defaults.mk b/core/version_defaults.mk index b5fa3eb596..1c56215a8d 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-09-01 + PLATFORM_SECURITY_PATCH := 2023-10-01 endif include $(BUILD_SYSTEM)/version_util.mk |