Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions config/BoardConfigQcom.mk
Original file line number Diff line number Diff line change
Expand Up @@ -99,3 +99,10 @@ PRODUCT_SOONG_NAMESPACES += \
ifeq ($(TARGET_HW_DISK_ENCRYPTION),true)
TARGET_CRYPTFS_HW_PATH ?= vendor/qcom/opensource/cryptfs_hw
endif

ifeq ($(TARGET_USE_QTI_BT_STACK),true)
PRODUCT_SOONG_NAMESPACES += \
vendor/qcom/opensource/commonsys/packages/apps/Bluetooth \
vendor/qcom/opensource/commonsys/system/bt/conf \
vendor/qcom/opensource/commonsys/system/bt/main
endif #TARGET_USE_QTI_BT_STACK
4 changes: 4 additions & 0 deletions config/BoardConfigSoong.mk
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,7 @@ SOONG_CONFIG_styxGlobalVars_qcom_display_headers_namespace := vendor/qcom/openso
else
SOONG_CONFIG_styxGlobalVars_qcom_display_headers_namespace := $(QCOM_SOONG_NAMESPACE)/display
endif

ifneq ($(TARGET_USE_QTI_BT_STACK),true)
PRODUCT_SOONG_NAMESPACES += packages/apps/Bluetooth
endif #TARGET_USE_QTI_BT_STACK