From 18c0fddea1a667eb8844d610314d342173b88e7a Mon Sep 17 00:00:00 2001 From: Jonathan Klee Date: Wed, 16 Feb 2022 10:54:30 +0100 Subject: [PATCH 1/2] Add doc about PLATFORM_SECURITY_PATCH_OVERRIDE --- lineage_FP4.mk | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lineage_FP4.mk b/lineage_FP4.mk index 37d98b9..a85ffa0 100644 --- a/lineage_FP4.mk +++ b/lineage_FP4.mk @@ -34,4 +34,9 @@ PRODUCT_BUILD_PROP_OVERRIDES += \ PRODUCT_GMS_CLIENTID_BASE := android-alcatel +# The below PLATFORM_SECURITY_PATCH_OVERRIDE variable has to be synced +# with the microG device fingerprint for SagetyNet purposes and should +# not be modified. +# The value of this variable must be equals or older than the current +# system one in android_build. PLATFORM_SECURITY_PATCH_OVERRIDE := 2021-12-05 -- GitLab From 0914fcb5c53d9655ec16ace562be1e6730774a75 Mon Sep 17 00:00:00 2001 From: Jonathan Klee Date: Wed, 16 Feb 2022 13:12:05 +0000 Subject: [PATCH 2/2] Update lineage_FP4.mk --- lineage_FP4.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lineage_FP4.mk b/lineage_FP4.mk index a85ffa0..184fbc8 100644 --- a/lineage_FP4.mk +++ b/lineage_FP4.mk @@ -37,6 +37,6 @@ PRODUCT_GMS_CLIENTID_BASE := android-alcatel # The below PLATFORM_SECURITY_PATCH_OVERRIDE variable has to be synced # with the microG device fingerprint for SagetyNet purposes and should # not be modified. -# The value of this variable must be equals or older than the current +# The value of this variable must be equal or older than the current # system one in android_build. PLATFORM_SECURITY_PATCH_OVERRIDE := 2021-12-05 -- GitLab