diff options
author | alk3pInjection <webmaster@raspii.tech> | 2023-10-13 00:52:15 +0800 |
---|---|---|
committer | alk3pInjection <webmaster@raspii.tech> | 2023-10-13 00:52:15 +0800 |
commit | c4e643ba4e9e419b5491be8173b45f54226381be (patch) | |
tree | 6d24d912681cbc906c5e7b0ad13739f709b08cb5 | |
parent | 1b2cec40ee6a988d5130405fb2bc8ed0f7c1c604 (diff) | |
parent | 1871fc503bc6091dedf61a4b808bb969a903ab2d (diff) |
Merge tag 'LA.QSSI.13.0.r1-11900-qssi.0' into tachibana-mr1
"LA.QSSI.13.0.r1-11900-qssi.0"
Change-Id: I6fe3f9a878d67b68896cb0b7cc5d052e44d12a1b
-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 8cdee0d84a..5bde051c93 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=TKQ1.230915.002 +BUILD_ID=TKQ1.230929.001 diff --git a/core/version_defaults.mk b/core/version_defaults.mk index 033a15f7b3..f9ba4d9e2c 100644 --- a/core/version_defaults.mk +++ b/core/version_defaults.mk @@ -111,7 +111,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 := 2023-09-01 + PLATFORM_SECURITY_PATCH := 2023-10-01 endif include $(BUILD_SYSTEM)/version_util.mk |