From dd2de6ab95913bc3813b734819a59f445a22ce16 Mon Sep 17 00:00:00 2001 From: merothh Date: Fri, 18 Mar 2022 11:35:14 +0530 Subject: [PATCH] Revert "Force PLATFORM_SECURITY_PATCH for SafetyNet" This reverts commit 709f9ffff5e282cad07f950d7bfff1e224f0a4f0 and 87f311f00ccda53a5d0f097e897982cb411e0747. Reason for revert: - Us forcing an old security patch level, will cause people to be unable to lock their bootloader when coming from a newer rollback index - It would also break userdata, if we do serve a newer build with an older security patch than what the user is on --- lineage_FP4.mk | 7 ------- 1 file changed, 7 deletions(-) diff --git a/lineage_FP4.mk b/lineage_FP4.mk index b699859..d8688ee 100644 --- a/lineage_FP4.mk +++ b/lineage_FP4.mk @@ -34,12 +34,5 @@ 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 equal or older than the current -# system one in android_build. -PLATFORM_SECURITY_PATCH_OVERRIDE := 2021-12-05 - # Disable target debugging for 3rd party apps support DISABLE_TARGET_DEBUGGING := true -- GitLab