diff options
author | Balakrishna Godavarthi <bgodavar@codeaurora.org> | 2020-10-23 22:52:57 +0530 |
---|---|---|
committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2020-11-04 10:51:29 -0800 |
commit | a99226a4b84c0191efff6f9beb1db2f9e304efda (patch) | |
tree | 95f1d3c3c0e97de1ecabdca9eabe5e5331a07007 | |
parent | 37b8b79ec1b22ebb58425ed67c539fd2de4886be (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.mk | 2 |
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 |