Make audio jack work on LG V40 ThinQ

This commit is contained in:
James Muir 2018-12-21 12:18:01 -05:00
parent 789832c99e
commit b0ddf1a61d
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,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