diff options
| author | Petri Gynther <pgynther@google.com> | 2018-03-02 18:00:19 -0800 |
|---|---|---|
| committer | Petri Gynther <pgynther@google.com> | 2018-03-08 21:35:38 -0800 |
| commit | 40144a5b8e45c5dc4b612ad9e2e91380247a1880 (patch) | |
| tree | 21d2b591fca9703913367552151fcd3fd2af635f /sailfish | |
| parent | 4f9d2a9dc0bc28e70d6bf1941888f194fe27b85d (diff) | |
Sailfish/Marlin: switch to QCOM BT HAL
The flag definition:
BOARD_USES_SDM845_BLUETOOTH_HAL := true
adds SDM845 Bluetooth components to the build:
vendor/qcom/sdm845/proprietary/bluetooth/hidl_transport/Android.mk
vendor/qcom/sdm845/proprietary/bt/hci_qcomm_init/Android.mk
and removes MSM8996 Bluetooth components from the build:
vendor/google_devices/marlin/proprietary/bt/hci_qcomm_init/Android.mk
Effectively, Sailfish/Marlin switch to the same QCOM BT HAL as B1/C1.
Bug: 73968979
Test: Manual build and test with BT A2DP headphones
(cherry picked from commit 8b6a4f46c3ceecfa28ef503eed3480176bf04e89)
Change-Id: I4b2f8dd1ced38e027ddfb4478bb9c710062ebe13
Diffstat (limited to 'sailfish')
| -rw-r--r-- | sailfish/BoardConfig.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sailfish/BoardConfig.mk b/sailfish/BoardConfig.mk index f05c3046..7a175f06 100644 --- a/sailfish/BoardConfig.mk +++ b/sailfish/BoardConfig.mk @@ -56,6 +56,7 @@ BOARD_HAVE_BLUETOOTH := true BOARD_USES_WIPOWER := true BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := device/google/marlin/bluetooth BOARD_HAVE_BLUETOOTH_QCOM := true +BOARD_USES_SDM845_BLUETOOTH_HAL := true BOARD_HAS_QCA_BT_ROME := true WCNSS_FILTER_USES_SIBS := true |
