Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 23591a85 authored by razorloves's avatar razorloves Committed by Aayush Gupta
Browse files

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: default avatarChristian Oder <myself5@carbonrom.org>
Change-Id: Ib4d566e43145745afac0259c95c0a563779fa3bd
parent 8f652be8
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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