summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBalakrishna Godavarthi <bgodavar@codeaurora.org>2019-05-14 22:17:05 +0530
committerGerrit - the friendly Code Review server <code-review@localhost>2019-06-28 03:51:57 -0700
commit3e38b152998fee237b6cda5a0558a98bbd396986 (patch)
tree5cfaaed43e6f2eb49c3965f5e427c46fd5a036a3
parentb8fbf8c1b4e0b3b1d5ccc3e5aed96332aa6e9afd (diff)
Enable BT LAZY HAL config flag
This patch enables the LAZY HAL config flag for 8937_32go targets Change-Id: I80f149308d5609fda8ca4a7fc17e790132d7467f
-rw-r--r--bt-commonsys-intf-legacy-board.mk8
1 files changed, 7 insertions, 1 deletions
diff --git a/bt-commonsys-intf-legacy-board.mk b/bt-commonsys-intf-legacy-board.mk
index e916fd3..6b5bcd8 100644
--- a/bt-commonsys-intf-legacy-board.mk
+++ b/bt-commonsys-intf-legacy-board.mk
@@ -24,4 +24,10 @@ endif
TARGET_USE_QTI_BT_CONFIGSTORE := true
TARGET_USE_QTI_BT_SAR := true
-TARGET_USE_QTI_VND_FWK_DETECT := true \ No newline at end of file
+TARGET_USE_QTI_VND_FWK_DETECT := true
+
+ifeq ($(TARGET_BOARD_PLATFORM),msm8937)
+ifeq ($(TARGET_BOARD_SUFFIX),_32go)
+BOARD_HAVE_QTI_BT_LAZY_SERVICE := true
+endif
+endif