summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJake Weinstein <jake@aospa.co>2020-12-06 08:12:36 +0100
committeralk3pInjection <webmaster@raspii.tech>2022-01-13 17:40:06 +0800
commit83bc55a6feb49613de202eddde6c18517817bd57 (patch)
tree004267ec3fe2acc8c837d0fe0906769d3b006219
parentabcfffccd3794b8ef69c17368132bdee2ce36455 (diff)
bt: allow TARGET_USE_QTI_BT_STACK to be overriddensugisawa
Change-Id: Idb04ad64a54fd28af9cf5ddd700ecefc36da35e0
-rw-r--r--bt-system-opensource-product.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/bt-system-opensource-product.mk b/bt-system-opensource-product.mk
index 64fbddf..8330b1c 100644
--- a/bt-system-opensource-product.mk
+++ b/bt-system-opensource-product.mk
@@ -16,7 +16,7 @@ PRODUCT_PACKAGES += Bluetooth
ifeq ($(TARGET_FWK_SUPPORTS_FULL_VALUEADDS), true)
ifneq ($(TARGET_BOARD_TYPE),auto)
-TARGET_USE_QTI_BT_STACK := true
+TARGET_USE_QTI_BT_STACK ?= true
endif
ifeq ($(TARGET_USE_QTI_BT_STACK),true)