From 86e23834e6b93b36b894a3b99e378bdf16451903 Mon Sep 17 00:00:00 2001 From: Jonathan Klee Date: Thu, 24 Feb 2022 10:39:15 +0100 Subject: [PATCH] Disable target debugging for FP3 stable Some 3rd party apps did not run and considered the device rooted because ro.debuggable=1 was detected. --- lineage_FP3.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lineage_FP3.mk b/lineage_FP3.mk index 39422ce9..1f6d7c2e 100644 --- a/lineage_FP3.mk +++ b/lineage_FP3.mk @@ -48,3 +48,6 @@ 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