diff options
-rw-r--r-- | bt-system-opensource-product.mk | 2 |
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) |