diff options
author | Keun Soo Yim <yim@google.com> | 2015-10-26 19:35:50 +0000 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2015-10-26 19:35:50 +0000 |
commit | a1481418aa69bf2f4f6f6f02dba7f4974251e095 (patch) | |
tree | a5ab5ad55a9d32232e1548e79e6a3b77c9b3ae68 | |
parent | 9ac18e70df13c2723ad9a8e7460ba0129fda7a03 (diff) | |
parent | 6e49363df5d6a20a063fe003ac640f3f8efe4d78 (diff) | |
download | platform_hardware_broadcom_libbt-marshmallow-mr1-dev.tar.gz platform_hardware_broadcom_libbt-marshmallow-mr1-dev.tar.bz2 platform_hardware_broadcom_libbt-marshmallow-mr1-dev.zip |
libbt conf file for google gce_x86 devicesandroid-6.0.1_r9android-6.0.1_r81android-6.0.1_r80android-6.0.1_r8android-6.0.1_r79android-6.0.1_r78android-6.0.1_r77android-6.0.1_r74android-6.0.1_r73android-6.0.1_r72android-6.0.1_r70android-6.0.1_r7android-6.0.1_r69android-6.0.1_r66android-6.0.1_r65android-6.0.1_r61android-6.0.1_r60android-6.0.1_r59android-6.0.1_r58android-6.0.1_r57android-6.0.1_r56android-6.0.1_r52android-6.0.1_r51android-6.0.1_r50android-6.0.1_r5android-6.0.1_r49android-6.0.1_r48android-6.0.1_r47android-6.0.1_r46android-6.0.1_r43android-6.0.1_r42android-6.0.1_r41android-6.0.1_r40android-6.0.1_r4android-6.0.1_r30android-6.0.1_r3android-6.0.1_r28android-6.0.1_r27android-6.0.1_r26android-6.0.1_r20android-6.0.1_r17android-6.0.1_r13android-6.0.1_r12android-6.0.1_r11android-6.0.1_r10android-6.0.1_r1android-6.0.0_r41marshmallow-mr3-releasemarshmallow-mr2-releasemarshmallow-mr1-releasemarshmallow-mr1-dev
am: 6e49363df5
* commit '6e49363df5d6a20a063fe003ac640f3f8efe4d78':
libbt conf file for google gce_x86 devices
-rw-r--r-- | Android.mk | 3 | ||||
-rw-r--r-- | conf/google/gce_x86/Android.mk | 14 | ||||
-rw-r--r-- | conf/google/gce_x86/bt_vendor.conf | 5 |
3 files changed, 22 insertions, 0 deletions
@@ -43,5 +43,8 @@ endif ifeq ($(TARGET_PRODUCT), full_wingray) include $(LOCAL_PATH)/conf/moto/wingray/Android.mk endif +ifeq ($(TARGET_PRODUCT), gce_x86_phone) + include $(LOCAL_PATH)/conf/google/gce_x86/Android.mk +endif endif # BOARD_HAVE_BLUETOOTH_BCM diff --git a/conf/google/gce_x86/Android.mk b/conf/google/gce_x86/Android.mk new file mode 100644 index 0000000..974e213 --- /dev/null +++ b/conf/google/gce_x86/Android.mk @@ -0,0 +1,14 @@ +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/conf/google/gce_x86/bt_vendor.conf b/conf/google/gce_x86/bt_vendor.conf new file mode 100644 index 0000000..2274015 --- /dev/null +++ b/conf/google/gce_x86/bt_vendor.conf @@ -0,0 +1,5 @@ +# UART device port where Bluetooth controller is attached +UartPort=/dev/bluetooth/slave + +# Firmware patch file location +FwPatchFilePath = /vendor/firmware/ |