diff options
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | 2023-09-29 10:08:04 +0000 |
---|---|---|
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | 2023-09-29 10:35:49 +0000 |
commit | 867e329fcbf2f511d34e37f68feaf4b804d89e5d (patch) | |
tree | 827caf8e3f197d12950ac6bead87ed4bf3e501c8 | |
parent | ac7db4fbf226140772869233c7b1a2a0a5936d3f (diff) | |
parent | b31855310f271f11b6fac62b1e4a14a401d6c6a3 (diff) |
Make change and version bump to TKQ1.230929.001
Snap for 10876279 from b31855310f271f11b6fac62b1e4a14a401d6c6a3 to t-keystone-qcom-release
Change-Id: I349289f0c185489a5e0d949b0c1d8e806e0eff51
-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 fe8ad3ec88..5bde051c93 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=TKQ1.230927.001 +BUILD_ID=TKQ1.230929.001 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 |