config: Add hardware/nxp to soong namespaces by default
Change-Id: Ifeed062710c932a82142c159f253f405ce0343bb
diff --git a/config/BoardConfigSoong.mk b/config/BoardConfigSoong.mk
index 619bdbf..8f17e1f 100644
--- a/config/BoardConfigSoong.mk
+++ b/config/BoardConfigSoong.mk
@@ -108,3 +108,7 @@
ifneq ($(TARGET_USE_QTI_BT_STACK),true)
PRODUCT_SOONG_NAMESPACES += packages/apps/Bluetooth
endif #TARGET_USE_QTI_BT_STACK
+
+ifneq ($(TARGET_USES_NQ_NFC),true)
+PRODUCT_SOONG_NAMESPACES += hardware/nxp
+endif #TARGET_USES_NQ_NFC