diff options
Diffstat (limited to 'libbt/conf/moto')
-rw-r--r-- | libbt/conf/moto/wingray/Android.mk | 14 | ||||
-rw-r--r-- | libbt/conf/moto/wingray/bt_vendor.conf | 5 |
2 files changed, 0 insertions, 19 deletions
diff --git a/libbt/conf/moto/wingray/Android.mk b/libbt/conf/moto/wingray/Android.mk deleted file mode 100644 index 974e213..0000000 --- a/libbt/conf/moto/wingray/Android.mk +++ /dev/null @@ -1,14 +0,0 @@ -LOCAL_PATH := $(call my-dir) - -include $(CLEAR_VARS) - -LOCAL_MODULE := bt_vendor.conf -LOCAL_MODULE_CLASS := ETC -LOCAL_MODULE_PATH := $(TARGET_OUT)/etc/bluetooth - -LOCAL_MODULE_TAGS := eng - -LOCAL_SRC_FILES := $(LOCAL_MODULE) - -include $(BUILD_PREBUILT) - diff --git a/libbt/conf/moto/wingray/bt_vendor.conf b/libbt/conf/moto/wingray/bt_vendor.conf deleted file mode 100644 index 94fa0cd..0000000 --- a/libbt/conf/moto/wingray/bt_vendor.conf +++ /dev/null @@ -1,5 +0,0 @@ -# UART device port where Bluetooth controller is attached -UartPort = /dev/ttyHS2 - -# Firmware patch file location -FwPatchFilePath = /etc/firmware/ |