config: Set ro.debuggable=0 for userdebug builds

Change-Id: I138c6dabea1c42e820a9ad1cba69cf585f62ee4b
This commit is contained in:
LuK1337
2025-11-06 09:32:33 +01:00
committed by Zabuka_zuzu
parent da25ca524b
commit b0e4f77cbf

View File

@@ -41,6 +41,9 @@ PRODUCT_SYSTEM_DEFAULT_PROPERTIES += ro.adb.secure=0
else
# Enable ADB authentication
PRODUCT_SYSTEM_DEFAULT_PROPERTIES += ro.adb.secure=1
# Set ro.debuggable=0 for userdebug
PRODUCT_NOT_DEBUGGABLE_IN_USERDEBUG := true
endif
# Disable extra StrictMode features on all non-engineering builds