diff options
author | Linux Build Service Account <lnxbuild@localhost> | 2024-05-10 10:05:33 -0700 |
---|---|---|
committer | Linux Build Service Account <lnxbuild@localhost> | 2024-05-10 10:05:33 -0700 |
commit | ebe6a425ca1ddfcfa74736d833e85e26d63206c6 (patch) | |
tree | abaddaaea87b67d8818574dbb84dca2a5d025632 | |
parent | 069136fa117ece012ddbb951440d7347c4551c51 (diff) | |
parent | 51216d043d8f727149ca3c9ec5b6a8ff858d5dc8 (diff) |
Merge 51216d043d8f727149ca3c9ec5b6a8ff858d5dc8 on remote branch
Change-Id: Ic7658ae2e685560111f31f3b18dc71a2b02a8d7a
-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 2720c3abfb..922f0106c4 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.240411.001 +BUILD_ID=UKQ1.240506.001 diff --git a/core/version_defaults.mk b/core/version_defaults.mk index c01d51f675..829fe4b269 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-04-05 + PLATFORM_SECURITY_PATCH := 2024-05-05 endif include $(BUILD_SYSTEM)/version_util.mk |