diff options
author | Wink Saville <wink@google.com> | 2012-09-24 21:27:16 -0700 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2012-09-24 21:27:16 -0700 |
commit | 60f0d406019cb4e9d48065e22891360969aa5966 (patch) | |
tree | e6ccf6788cd27df9952d92dee9145bd77ee29d18 /libbt/conf/moto | |
parent | d18044d184ebdbbdefe700ad439e1a4cead748f7 (diff) | |
download | device_common-60f0d406019cb4e9d48065e22891360969aa5966.zip device_common-60f0d406019cb4e9d48065e22891360969aa5966.tar.gz device_common-60f0d406019cb4e9d48065e22891360969aa5966.tar.bz2 |
Revert "Move libbt-vendor from vendor/broadcom/libbt-vendor"
This reverts commit d18044d184ebdbbdefe700ad439e1a4cead748f7
Change-Id: Ieb3f11f56c4368556b60c79c359a012fb8555a13
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/ |