diff options
author | Linux Build Service Account <lnxbuild@localhost> | 2024-08-12 00:00:13 -0700 |
---|---|---|
committer | Linux Build Service Account <lnxbuild@localhost> | 2024-08-12 00:00:13 -0700 |
commit | 9a3de3109d885ab71950cee1a22e4aeafed498d3 (patch) | |
tree | 4659bebfec2380a5ceb5724eb3e8d5001094ca63 | |
parent | 142d16092c547832dd6128fb56b02586790eec08 (diff) | |
parent | 4d4a3a1f9a38bc3feb69eb5772fdce039f0a6cb6 (diff) |
Merge 4d4a3a1f9a38bc3feb69eb5772fdce039f0a6cb6 on remote branch
Change-Id: I274a845799d82ea182326442a2e9b87b7789738a
-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..fd3cef8ace 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.240723.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 |