commit | 37b8b79ec1b22ebb58425ed67c539fd2de4886be | [log] [tgz] |
---|---|---|
author | Fei Zheng <zfei@codeaurora.org> | Thu Sep 17 14:21:39 2020 +0800 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Sun Sep 20 19:24:26 2020 -0700 |
tree | 4b94d36f74ea92063ea46b637fa6b653cdb3b69b | |
parent | 22faba962ac0dfa60b94d580962b1f2f244d6438 [diff] |
Disable FM in Automotive SP Change-Id: Ib7cd7e71f3a6d2b6bdb91344ac0b88193d63ca14
diff --git a/bt-commonsys-intf-board.mk b/bt-commonsys-intf-board.mk index f1a79c7..87bc57e 100644 --- a/bt-commonsys-intf-board.mk +++ b/bt-commonsys-intf-board.mk
@@ -6,7 +6,9 @@ BOARD_HAVE_BLUETOOTH_QCOM := true #FM +ifneq ($(TARGET_BOARD_TYPE),auto) BOARD_HAVE_QCOM_FM := true +endif TARGET_USE_QTI_BT_CONFIGSTORE := true TARGET_USE_QTI_BT_SAR := true