diff options
author | alk3pInjection <webmaster@raspii.tech> | 2021-10-12 16:30:00 +0800 |
---|---|---|
committer | alk3pInjection <webmaster@raspii.tech> | 2021-10-12 16:30:00 +0800 |
commit | 7da999a1aae58e3d2bec7f17d50f4f5650e5350a (patch) | |
tree | 3bdf9dea9346cb039d6b5c903096573494dbdd25 | |
parent | 954e280bea9938d91c7a50cd48f9c15156b6c0fa (diff) | |
parent | fafe0ef22c806bd20f219ceeb92d9c5d91aa4eed (diff) |
Merge remote-tracking branch 'upstream/lineage-18.1' into lineage-18.1lineage-18.1
* upstream/lineage-18.1:
Update Security String to 2021-10-01
Change-Id: I5fa1cc1bf1a9f68561c46a714b9f544b673260d7
-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 513c6ec18f..9fd746f01a 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=RQ3A.210905.001 +BUILD_ID=RQ3A.211001.001 diff --git a/core/version_defaults.mk b/core/version_defaults.mk index 4bc4498f97..4a00f443cf 100644 --- a/core/version_defaults.mk +++ b/core/version_defaults.mk @@ -240,7 +240,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 := 2021-09-05 + PLATFORM_SECURITY_PATCH := 2021-10-01 endif .KATI_READONLY := PLATFORM_SECURITY_PATCH |