Remove wrongly included debugging stuff

This commit is contained in:
Pierre-Hugues Husson 2021-03-08 18:39:42 +01:00
parent 23baa924dc
commit 04ee9f055e
1 changed files with 0 additions and 6 deletions

View File

@ -672,10 +672,6 @@ if [ -f /system/phh/secure ];then
setprop ctl.restart adbd
fi
resetprop_phh ro.adb.secure 0
setprop ctl.restart adbd
for abi in "" 64;do
f=/vendor/lib$abi/libstagefright_foundation.so
if [ -f "$f" ];then
@ -814,8 +810,6 @@ if getprop ro.vendor.build.fingerprint |grep -qiE \
fi
resetprop_phh service.adb.root 0
setprop persist.sys.usb.config mtp,adb
# This is for Samsung Galaxy devices with HBM FOD
# On those devices, a magic Layer usageBits switches to "mask_brightness"
# But default is 255, so set it to max instead