From 773e8e1dc2980ab4d1fd3af773fa6b7ed63a3c33 Mon Sep 17 00:00:00 2001 From: Jonathan Klee Date: Thu, 31 Mar 2022 17:33:42 +0200 Subject: [PATCH 1/2] Remove DISABLE_TARGET_DEBUGGING We are now using ih8sn to force ro.debuggable=0 for 3rd party apps support --- lineage_FP3.mk | 3 --- 1 file changed, 3 deletions(-) diff --git a/lineage_FP3.mk b/lineage_FP3.mk index 1f6d7c2e..39422ce9 100644 --- a/lineage_FP3.mk +++ b/lineage_FP3.mk @@ -48,6 +48,3 @@ BUILD_FINGERPRINT := Fairphone/FP3/FP3:10/8901.3.A.0135.20211222/gms-3e31ddee:us # The value of this variable must be equal or older than the current # system one in android_build. PLATFORM_SECURITY_PATCH_OVERRIDE := 2022-01-05 - -# Disable target debugging for 3rd party apps support -DISABLE_TARGET_DEBUGGING := true -- GitLab From a3d482e61544e08750565a95cac5e074dd10c452 Mon Sep 17 00:00:00 2001 From: Jonathan Klee Date: Thu, 31 Mar 2022 17:34:44 +0200 Subject: [PATCH 2/2] Remove PLATFORM_SECURITY_PATCH_OVERRIDE We are now using ih8sn to force security patch level later in the boot for SafetyNet purposes. --- lineage_FP3.mk | 7 ------- 1 file changed, 7 deletions(-) diff --git a/lineage_FP3.mk b/lineage_FP3.mk index 39422ce9..7c78755a 100644 --- a/lineage_FP3.mk +++ b/lineage_FP3.mk @@ -41,10 +41,3 @@ 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.0135.20211222/gms-3e31ddee:user/release-keys - -# 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 := 2022-01-05 -- GitLab