From 4a9ea76a7eacaa3eaa80fbe9561c2fd8413a3e63 Mon Sep 17 00:00:00 2001 From: techyguyperplexable <154611145+techyguyperplexable@users.noreply.github.com> Date: Thu, 30 Oct 2025 19:04:44 +0000 Subject: [PATCH] r8s: refactor and add wlan paths in soong namespace --- device.mk | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/device.mk b/device.mk index e2dc64f..5a9a1fa 100644 --- a/device.mk +++ b/device.mk @@ -47,8 +47,13 @@ PRODUCT_COPY_FILES += \ PRODUCT_PACKAGES += \ sensors.r8s + # Soong namespaces -PRODUCT_SOONG_NAMESPACES += $(DEVICE_PATH) hardware/qcom/wlan/legacy hardware/samsung_slsi-linaro/exynos/gralloc/gralloc3 +PRODUCT_SOONG_NAMESPACES += \ + $(DEVICE_PATH) \ + hardware/qcom/wlan \ + hardware/qcom/wlan/legacy \ + hardware/samsung_slsi-linaro/exynos/gralloc/gralloc3 # Inherit from common $(call inherit-product, device/samsung/universal9830-common/device-common.mk)