diff options
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | 2023-05-01 20:52:13 +0000 |
---|---|---|
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | 2023-05-01 21:33:30 +0000 |
commit | 78d02a1fe476510452ff31b51ace26d434811bc3 (patch) | |
tree | 9ad4fba840b67b78e8552971cad0f6a7220677d8 | |
parent | 3506b9dce2d8d0e950e6c9f19960412c53cbe48c (diff) | |
parent | 6b4a7e384d39b450655e8d038adfa1c35caeb943 (diff) |
Make change and version bump to TKQ1.230501.001
Snap for 10042773 from 6b4a7e384d39b450655e8d038adfa1c35caeb943 to t-keystone-qcom-release
Change-Id: Idf2bf0b13b7fd035083a845e3b68aa43ed340aaf
-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 6c31b89326..ee531b860e 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.230426.002 +BUILD_ID=TKQ1.230501.001 diff --git a/core/version_defaults.mk b/core/version_defaults.mk index 758728a956..affdb7afa4 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-04-05 + PLATFORM_SECURITY_PATCH := 2023-05-05 endif include $(BUILD_SYSTEM)/version_util.mk |