diff options
author | Satish Kodishala <skodisha@codeaurora.org> | 2021-05-19 12:01:47 +0530 |
---|---|---|
committer | Satish Kodishala <skodisha@codeaurora.org> | 2021-05-19 17:44:21 +0530 |
commit | d5f3b5f0cbb32dcbd91bb754f43862daaae11432 (patch) | |
tree | eaf55600505e7ef9ea68db2442e24034ac693fca | |
parent | f2e2761445386b20d00c0b91f5c002ca2ce6cfe5 (diff) |
Avoid vendor BT stack compilation in pure AOSP
Avoid vendor BT stack compilation in pure AOSP
CRs-Fixed: 2949459
Change-Id: Ifb2cbcc6e0abc23d988720d8dca100beccf2a83e
-rw-r--r-- | bt-system-opensource-product.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bt-system-opensource-product.mk b/bt-system-opensource-product.mk index 2322cb0..db9fb60 100644 --- a/bt-system-opensource-product.mk +++ b/bt-system-opensource-product.mk @@ -38,6 +38,7 @@ endif #TARGET_USE_BT_DUN PRODUCT_SOONG_NAMESPACES += vendor/qcom/opensource/commonsys/packages/apps/Bluetooth PRODUCT_SOONG_NAMESPACES += vendor/qcom/opensource/commonsys/system/bt/conf +PRODUCT_SOONG_NAMESPACES += vendor/qcom/opensource/commonsys/system/bt/main PRODUCT_PACKAGE_OVERLAYS += vendor/qcom/opensource/commonsys-intf/bluetooth/overlay/qva BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := vendor/qcom/opensource/commonsys-intf/bluetooth/build/qva/config |