Declare vendor/qcom/opensource/data-ipa-cfg-mgr as soong namespace

The mk files in vendor/qcom/opensource/data-ipa-cfg-mgr were
converted to bp, so this is needed to avoid duplicate module
build errors on devices that use a different data-ipa-cfg-mgr hal.

Co-authored-by: Christian Oder <myself5@carbonrom.org>
Change-Id: Ib4d566e43145745afac0259c95c0a563779fa3bd
This commit is contained in:
razorloves
2020-10-19 00:46:19 -05:00
committed by Aayush Gupta
parent 8f652be8ff
commit 23591a8530

View File

@@ -24,4 +24,7 @@ $(call set-device-specific-path,WLAN,wlan,hardware/qcom-caf/wlan)
PRODUCT_CFI_INCLUDE_PATHS += \
hardware/qcom-caf/wlan/qcwcn/wpa_supplicant_8_lib
PRODUCT_SOONG_NAMESPACES += \
$(call project-path-for,qcom-data-ipa-cfg-mgr)
endif