diff options
author | Michael Bestas <mkbestas@lineageos.org> | 2022-09-29 12:35:43 +0300 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2023-08-03 11:45:45 +0200 |
commit | 30d2e5d1416f1efaa8005abc00e479495219852d (patch) | |
tree | ee9882687d74e413f63920be4ff289a373e2b788 /BoardConfigCommon.mk | |
parent | 595f1345981bd4845c16a02bc320e340ab9e3cca (diff) |
msm8996-common: Remove bdroid_buildcfg.h
As of I3c7aed1bdb45db728d319f7d757400e44d232283 the Bluetooth stack
defaults to reasonable defaults that should work for all devices.
Change-Id: I056d63c4c8a2727e384172e964dc0000b6773504
Diffstat (limited to '')
-rw-r--r-- | BoardConfigCommon.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 029b49f..7b63833 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -92,7 +92,6 @@ BOARD_USES_ALSA_AUDIO := true USE_CUSTOM_AUDIO_POLICY := 1 # Bluetooth -BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := $(VENDOR_PATH)/bluetooth BOARD_HAS_QCA_BT_ROME := true BOARD_HAVE_BLUETOOTH_QCOM := true QCOM_BT_USE_BTNV := true |