diff options
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | 2024-07-22 22:01:26 +0000 |
---|---|---|
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | 2024-07-22 22:31:36 +0000 |
commit | d25552273a7536f893a9007a2720ee78112ed09d (patch) | |
tree | 643a8ff2146ec954519b479604f4aeb2debbe2c9 | |
parent | 707c6dcd93ad3f8b5ccdefaebd298c814a5c9a5a (diff) | |
parent | a2b0f8cf162e458be0aa869adb157d18d48d56c0 (diff) |
Make change and version bump to UKQ1.240722.001
Snap for 12117360 from a2b0f8cf162e458be0aa869adb157d18d48d56c0 to u-keystone-qcom-release
Change-Id: Icdd880e436de5ef48b8c71218868a2e4549c2d88
-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 f95e4b2d1d..2608a26779 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=UKQ1.240716.001 +BUILD_ID=UKQ1.240722.001 diff --git a/core/version_defaults.mk b/core/version_defaults.mk index df534b59f2..1c5e78db65 100644 --- a/core/version_defaults.mk +++ b/core/version_defaults.mk @@ -113,7 +113,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 := 2024-07-05 + PLATFORM_SECURITY_PATCH := 2024-08-05 endif include $(BUILD_SYSTEM)/version_util.mk |