Add LG G7 Thinq for dev input jack

(cherry picked from commit 1d4c8d2860)
This commit is contained in:
Pierre-Hugues Husson 2018-09-19 14:55:16 +02:00 committed by James Muir
parent 9e83890d87
commit 898773be18
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ if [ -n "$FOUND_HUAWEI" ];then
setprop debug.hwui.profile true
fi
if getprop ro.hardware |grep -qiE qcom;then
if getprop ro.hardware |grep -qiE -e qcom -e judyln;then
FOUND_QCOM=1
setprop persist.sys.overlay.devinputjack true
fi