From fee5d3a0043ea613931001d1700399c1f788ae86 Mon Sep 17 00:00:00 2001 From: Jooyung Han Date: Tue, 28 Mar 2023 14:58:12 +0900 Subject: [PATCH] Add hardware/qcom/wlan namespace With libwifi-hal-qcom migrated to Android.bp with soong namespace the namespace should be added to PRODUCT_SOONG_NAMESPACES as well. Bug: 273376293 Test: m droid Merged-In: I40b1fc997e8ad283f6ba0a024cb2110912c46034 Change-Id: I40b1fc997e8ad283f6ba0a024cb2110912c46034 --- device-redfin.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/device-redfin.mk b/device-redfin.mk index a1b9608..6bd769c 100644 --- a/device-redfin.mk +++ b/device-redfin.mk @@ -36,7 +36,8 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/virtual_ab_ota/compression_wit LOCAL_PATH := device/google/redfin PRODUCT_SOONG_NAMESPACES += \ - device/google/redfin + device/google/redfin \ + hardware/qcom/wlan/legacy DEVICE_PACKAGE_OVERLAYS += device/google/redfin/redfin/overlay