diff options
author | Linux Build Service Account <lnxbuild@localhost> | 2024-07-29 00:20:34 -0700 |
---|---|---|
committer | Linux Build Service Account <lnxbuild@localhost> | 2024-07-29 00:20:34 -0700 |
commit | 142d16092c547832dd6128fb56b02586790eec08 (patch) | |
tree | a0c3c556136daf95d3d30d8b5fc32cb751a68c4f | |
parent | e97e35372386e1a1f9036ded06d006a0f8366221 (diff) | |
parent | 707c6dcd93ad3f8b5ccdefaebd298c814a5c9a5a (diff) |
Merge 707c6dcd93ad3f8b5ccdefaebd298c814a5c9a5a on remote branch
Change-Id: I9053052c8010d12fc78d3f247cbb150a2eaf9ead
-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 93571034d9..f95e4b2d1d 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.240624.001 +BUILD_ID=UKQ1.240716.001 diff --git a/core/version_defaults.mk b/core/version_defaults.mk index 5a3714050a..df534b59f2 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-06-05 + PLATFORM_SECURITY_PATCH := 2024-07-05 endif include $(BUILD_SYSTEM)/version_util.mk |