diff options
author | alk3pInjection <webmaster@raspii.tech> | 2024-05-02 23:50:05 +0800 |
---|---|---|
committer | alk3pInjection <webmaster@raspii.tech> | 2024-05-02 23:50:05 +0800 |
commit | 74e78dbab0ad74ab99fc7f30535faec48547b347 (patch) | |
tree | 1b41f9865f3fc858b2cca6d174d03e9673d0a093 | |
parent | 773a8094b443196a4fd904c120f194791f3ae741 (diff) | |
parent | 069136fa117ece012ddbb951440d7347c4551c51 (diff) |
Merge tag 'LA.QSSI.14.0.r1-14100-qssi.0' into umineko
LA.QSSI.14.0.r1-14100-qssi.0
Change-Id: Ia03a7e250bb474e3395879052eb3d8de1a6f4cd3
-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 f23474ee87..2720c3abfb 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.240321.001 +BUILD_ID=UKQ1.240411.001 diff --git a/core/version_defaults.mk b/core/version_defaults.mk index cfaeef1574..c01d51f675 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-03-05 + PLATFORM_SECURITY_PATCH := 2024-04-05 endif include $(BUILD_SYSTEM)/version_util.mk |