summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBalakrishna Godavarthi <bgodavar@codeaurora.org>2020-10-23 22:52:57 +0530
committerGerrit - the friendly Code Review server <code-review@localhost>2020-11-04 10:51:29 -0800
commita99226a4b84c0191efff6f9beb1db2f9e304efda (patch)
tree95f1d3c3c0e97de1ecabdca9eabe5e5331a07007
parent37b8b79ec1b22ebb58425ed67c539fd2de4886be (diff)
Disable SAR for MSM8937 32 bit Go target
This change disables SAR for MSM8937 32 bit Go target, as pronto BT SoC doesn't support it. Change-Id: Ic342593a98a0c5cf1edeb54839e9d599e6b9a5e8
-rw-r--r--bt-commonsys-intf-legacy-board.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/bt-commonsys-intf-legacy-board.mk b/bt-commonsys-intf-legacy-board.mk
index 0e93c12..14b2a44 100644
--- a/bt-commonsys-intf-legacy-board.mk
+++ b/bt-commonsys-intf-legacy-board.mk
@@ -25,6 +25,6 @@ TARGET_USE_BT_DUN := false
ifeq ($(TARGET_BOARD_PLATFORM),msm8937)
ifeq ($(TARGET_BOARD_SUFFIX),_32go)
-BOARD_HAVE_QTI_BT_LAZY_SERVICE := true
+TARGET_USE_QTI_BT_SAR := false
endif
endif