commit | bd2e1fd0043920a345cf30f2b1e4afff53acf573 | [log] [tgz] |
---|---|---|
author | Song Gao <songg@codeaurora.org> | Wed Dec 02 21:12:16 2020 +0800 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Wed Dec 02 05:19:24 2020 -0800 |
tree | 1d4311de26c8c99c0a21ce40803ed23ab70c9ff7 | |
parent | a99226a4b84c0191efff6f9beb1db2f9e304efda [diff] |
Disable QTI BT stack in automotive SP Change-Id: I05e115503fefd6c8e8f2ddd4da63544cf0647509
diff --git a/bt-system-opensource-product.mk b/bt-system-opensource-product.mk index 6a6e918..83f1731 100644 --- a/bt-system-opensource-product.mk +++ b/bt-system-opensource-product.mk
@@ -15,7 +15,9 @@ PRODUCT_PACKAGES += Bluetooth ifeq ($(TARGET_FWK_SUPPORTS_FULL_VALUEADDS), true) +ifneq ($(TARGET_BOARD_TYPE),auto) TARGET_USE_QTI_BT_STACK := true +endif ifeq ($(TARGET_USE_QTI_BT_STACK),true) # BT Related Libs