Files
android_kernel_samsung_sm87…/qcom/opensource/commonsys-intf/bluetooth/bt-system-qssi-board.mk
2025-08-12 23:12:57 +02:00

21 lines
395 B
Makefile
Executable File

#ANT
BOARD_ANT_WIRELESS_DEVICE := "qualcomm-hidl"
#BT
BOARD_HAVE_BLUETOOTH := true
BOARD_HAVE_BLUETOOTH_QCOM := true
#FM
ifneq ($(TARGET_BOARD_TYPE),auto)
BOARD_HAVE_QCOM_FM := true
endif
ifeq ($(TARGET_USES_QMAA),true)
ifneq ($(TARGET_USES_QMAA_OVERRIDE_BLUETOOTH),true)
BOARD_ANT_WIRELESS_DEVICE :=
endif
ifneq ($(TARGET_USES_QMAA_OVERRIDE_FM),true)
BOARD_HAVE_QCOM_FM := false
endif
endif