From b0ddf1a61d8e76e8dee43a29d7ea2cbf3785c2ae Mon Sep 17 00:00:00 2001 From: James Muir Date: Fri, 21 Dec 2018 12:18:01 -0500 Subject: [PATCH] Make audio jack work on LG V40 ThinQ --- vndk-detect | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vndk-detect b/vndk-detect index 3e85fc0..2004fc6 100644 --- a/vndk-detect +++ b/vndk-detect @@ -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