Merge pull request #73 from jamuir/android-9.0

Make audio jack work on LG V40 ThinQ
This commit is contained in:
Pierre-Hugues HUSSON 2018-12-21 18:58:10 +01:00 committed by GitHub
commit b1f0485587
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,7 @@ if [ -n "$FOUND_HUAWEI" ];then
setprop debug.hwui.profile true setprop debug.hwui.profile true
fi 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 FOUND_QCOM=1
setprop persist.sys.overlay.devinputjack true setprop persist.sys.overlay.devinputjack true
fi fi