diff options
author | alk3pInjection <webmaster@raspii.tech> | 2023-11-16 00:18:35 +0800 |
---|---|---|
committer | alk3pInjection <webmaster@raspii.tech> | 2023-11-16 00:18:35 +0800 |
commit | 535d70637f9bb9324243cc8bae2268db0765ee7d (patch) | |
tree | 144db0154edcf11d263cb5110990442025295c75 | |
parent | e38b70cae5b3245f3930fc35aead04108cb51a4f (diff) | |
parent | 74439066711d8961ff31932379c2cee632f562c3 (diff) |
Merge tag 'LA.QSSI.13.0.r1-12100-qssi.0' into tachibana-mr1
"LA.QSSI.13.0.r1-12100-qssi.0"
Change-Id: I56c6d139efbafe73c09e32481716267fbb4e8394
-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 ce1d35ca9c..63fb547d9e 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.231020.002 +BUILD_ID=TKQ1.231031.001 diff --git a/core/version_defaults.mk b/core/version_defaults.mk index f9ba4d9e2c..6c3b752392 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-10-01 + PLATFORM_SECURITY_PATCH := 2023-11-01 endif include $(BUILD_SYSTEM)/version_util.mk |