Merge pull request #72 from jamuir/android-8.1

fix audio jack on LG G7 and V40
This commit is contained in:
Pierre-Hugues HUSSON 2018-12-21 18:57:48 +01:00 committed by GitHub
commit 26514452f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 -e judypn;then
FOUND_QCOM=1
setprop persist.sys.overlay.devinputjack true
fi