diff options
author | Omkar Sai Sandeep Katadi <okatadi@google.com> | 2023-09-26 01:20:36 +0000 |
---|---|---|
committer | Omkar Sai Sandeep Katadi <okatadi@google.com> | 2023-09-26 01:20:36 +0000 |
commit | b31855310f271f11b6fac62b1e4a14a401d6c6a3 (patch) | |
tree | f58c710fb71c64ca967d65aafe3fb9469f453735 | |
parent | 9cb853427fa2c7e257f2f442f104b3de3bcbe4af (diff) | |
parent | 59b8a39ccec0823cc35223e9e0820220eff52b66 (diff) |
Merge t-mpr-2023-10
Change-Id: Ie087d9f4833ad7306e2a0e0f69a97acc2f4af244
-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..84454b1245 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.008 diff --git a/core/version_defaults.mk b/core/version_defaults.mk index 033a15f7b3..f9ba4d9e2c 100644 --- a/core/version_defaults.mk +++ b/core/version_defaults.mk @@ -111,7 +111,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 |