diff options
author | Mahesh Sharma <smahesh@codeaurora.org> | 2020-01-14 12:30:29 -0800 |
---|---|---|
committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2020-01-14 15:25:18 -0800 |
commit | 2278e516c2ee79dff848ca24bd96bc294324d146 (patch) | |
tree | 084d47fe5a1a7360e83524b089e09428b38011ae | |
parent | b326f600cbfd541392b2d562e7cdf12d8d5ae3a9 (diff) |
Fix compilation issues on lahaina
Disable compilation of BT/FTM/ANT modules when
QMAA overlay flags are set to false.
Change-Id: Iaee84354c82643da931a57d6017ead6824df1995
-rw-r--r-- | bt-commonsys-intf-board.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bt-commonsys-intf-board.mk b/bt-commonsys-intf-board.mk index a7deb4a..02b7c89 100644 --- a/bt-commonsys-intf-board.mk +++ b/bt-commonsys-intf-board.mk @@ -15,6 +15,8 @@ TARGET_USE_QTI_VND_FWK_DETECT := true ifeq ($(TARGET_USES_QMAA),true) ifneq ($(TARGET_USES_QMAA_OVERRIDE_BLUETOOTH),true) BOARD_HAVE_BLUETOOTH_QCOM := false +DISABLE_BT_FTM := true +BOARD_ANT_WIRELESS_DEVICE := endif ifneq ($(TARGET_USES_QMAA_OVERRIDE_FM),true) BOARD_HAVE_QCOM_FM := false |