commit | c2662ea37ce4b087f4bc6d17eb36ec5014b0e2cd | [log] [tgz] |
---|---|---|
author | Pierre-Hugues HUSSON <phhusson@gmail.com> | Tue Apr 24 14:28:10 2018 +0200 |
committer | GitHub <noreply@github.com> | Tue Apr 24 14:28:10 2018 +0200 |
tree | 1f341e0b9b452f9ab506ab47a327aa15cdab412b | |
parent | 49d6d91f9cd4d2c7af10c5d29e7d0efd37384812 [diff] | |
parent | 61f0df3e71c7a943000750db1067f50fe019af27 [diff] |
Merge pull request #7 from Zanooda/android-8.1 Bluetooth fix for Kirin 65x
diff --git a/vndk-detect b/vndk-detect index 965c42c..cbc563e 100644 --- a/vndk-detect +++ b/vndk-detect
@@ -10,6 +10,6 @@ done mount -o bind /system/bin/adbd /sbin/adbd -if getprop ro.hardware |grep -q kirin970;then +if ( getprop ro.hardware | grep -q kirin970 ) || ( getprop ro.hardware | grep -q hi6250 );then setprop persist.sys.bt_acl_bypass true fi