Skip to content

Commit 23955fa

Browse files
SyberHexendanascape
authored andcommitted
BoardConfigQcom: Allow a device to opt-out hardset of PRODUCT_SOONG_NAMESPACES
By setting QCOM_SOONG_NAMESPACE in device.mk This will allow a device to specify a device specific branch within hardware/qcom-caf/ or the device tree. Signed-off-by: Andrew Hexen <[email protected]> Change-Id: I39693a0fb9665129f0810590d389c4cb06cdf8d7
1 parent 7a30eb8 commit 23955fa

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

config/BoardConfigQcom.mk

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,5 +120,6 @@ ifneq ($(USE_DEVICE_SPECIFIC_DATA_IPA_CFG_MGR),true)
120120
PRODUCT_SOONG_NAMESPACES += vendor/qcom/opensource/data-ipa-cfg-mgr
121121
endif
122122

123-
PRODUCT_SOONG_NAMESPACES += \
124-
hardware/qcom-caf/$(QCOM_HARDWARE_VARIANT)
123+
# Allow a device to opt-out hardset of PRODUCT_SOONG_NAMESPACES
124+
QCOM_SOONG_NAMESPACE ?= hardware/qcom-caf/$(QCOM_HARDWARE_VARIANT)
125+
PRODUCT_SOONG_NAMESPACES += $(QCOM_SOONG_NAMESPACE)

0 commit comments

Comments
 (0)