From 7f82ed455d1f860834abdc5f39c0391cad3696f4 Mon Sep 17 00:00:00 2001 From: Jonathan Klee Date: Mon, 28 Feb 2022 15:33:09 +0100 Subject: [PATCH] Disable target debugging for FP4 stable Some 3rd party apps did not run and considered the device rooted because ro.debuggable=1 was detected. --- lineage_FP4.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lineage_FP4.mk b/lineage_FP4.mk index 184fbc8..ba3ebbb 100644 --- a/lineage_FP4.mk +++ b/lineage_FP4.mk @@ -40,3 +40,6 @@ PRODUCT_GMS_CLIENTID_BASE := android-alcatel # 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