From 914aa584fca799b2f205a4cd1f4d7e5642427faf Mon Sep 17 00:00:00 2001 From: Jonathan Klee Date: Tue, 4 Jan 2022 17:19:07 +0100 Subject: [PATCH] Force PLATFORM_SECURITY_PATCH for SafetyNet --- lineage_FP3.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lineage_FP3.mk b/lineage_FP3.mk index 0e567931..956a7621 100644 --- a/lineage_FP3.mk +++ b/lineage_FP3.mk @@ -41,3 +41,5 @@ PRODUCT_BUILD_PROP_OVERRIDES += \ # Set BUILD_FINGERPRINT variable to be picked up by both system and vendor build.prop BUILD_FINGERPRINT := Fairphone/FP3/FP3:10/8901.3.A.0132.20211027/gms-30a0980c:user/release-keys + +PLATFORM_SECURITY_PATCH_OVERRIDE := 2021-11-05 -- GitLab