Make audio jack work on LG V40 ThinQ

(cherry picked from commit b0ddf1a61d)
This commit is contained in:
James Muir 2018-12-21 12:18:01 -05:00
parent 898773be18
commit 2cd74842ae
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 -e qcom -e judyln;then
if getprop ro.hardware |grep -qiE -e qcom -e judyln -e judypn;then
FOUND_QCOM=1
setprop persist.sys.overlay.devinputjack true
fi