Skip to content

Commit

Permalink
BoardConfigQcom: Allow a device to opt-out hardset of PRODUCT_SOONG_N…
Browse files Browse the repository at this point in the history
…AMESPACES

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
  • Loading branch information
SyberHexen authored and danascape committed Jul 1, 2022
1 parent 7a30eb8 commit 23955fa
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions config/BoardConfigQcom.mk
Original file line number Diff line number Diff line change
Expand Up @@ -120,5 +120,6 @@ ifneq ($(USE_DEVICE_SPECIFIC_DATA_IPA_CFG_MGR),true)
PRODUCT_SOONG_NAMESPACES += vendor/qcom/opensource/data-ipa-cfg-mgr
endif

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

0 comments on commit 23955fa

Please sign in to comment.