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