Huawei: Remove QC properties since Treble App it's now handling them

This commit is contained in:
Dil3mm4 2018-09-25 12:59:04 +00:00
parent 7fef1cb78b
commit 4c768bd042
1 changed files with 0 additions and 7 deletions

View File

@ -31,10 +31,3 @@ if getprop ro.hardware |grep -qiE -e qcom -e judyln;then
setprop persist.sys.overlay.devinputjack true
fi
if ( getprop ro.hardware | grep -qE '(hi6250)' );then
setprop QC.HI6250 1
fi
if ( getprop ro.hardware | grep -qE '(hi3660|hi3670|kirin970)' );then
setprop QC.HI36x0 1
fi