diff options
-rw-r--r-- | BoardConfig.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk index 1706ad6..f8e6c5c 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -89,11 +89,11 @@ TARGET_USES_QCOM_MM_AUDIO := true # Bluetooth BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := $(PLATFORM_PATH)/bluetooth +BOARD_BLUETOOTH_BDROID_HCILP_INCLUDED := false BOARD_HAS_QCA_BT_ROME := true BOARD_HAVE_BLUETOOTH := true BOARD_HAVE_BLUETOOTH_QCOM := true QCOM_BT_USE_BTNV := true -QCOM_BT_USE_SMD_TTY := true # Camera BOARD_QTI_CAMERA_32BIT_ONLY := true |