From 319eec3cee9cb2140737a8a0e91e226bf7c7a7eb Mon Sep 17 00:00:00 2001 From: Nolen Johnson Date: Mon, 27 Nov 2023 21:47:20 -0500 Subject: [PATCH] sdm660-common: Drop unecessary Bluetooth flags * BOARD_HAVE_BLUETOOTH is uneeded. * BOARD_HAVE_BLUETOOTH_QCOM is only important if you build libbt-vendor which we don't. Change-Id: Ib0465b3c0d5138a70cee6a3c3d5f08dd7ce9aa57 Signed-off-by: pix106 --- BoardConfigCommon.mk | 2 -- 1 file changed, 2 deletions(-) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 71f7d466..746fd944 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -58,8 +58,6 @@ BOARD_USES_ALSA_AUDIO := true BOARD_SUPPORTS_SOUND_TRIGGER := true # Bluetooth -BOARD_HAVE_BLUETOOTH := true -BOARD_HAVE_BLUETOOTH_QCOM := true BOARD_HAS_QCA_BT_SOC := "cherokee" BLUETOOTH_HCI_USE_MCT := true QCOM_BT_USE_SMD_TTY := true