From ecf29a2cf916f9ed6b313e0d40579fb4ba0d479a Mon Sep 17 00:00:00 2001 From: Jooyung Han Date: Tue, 28 Mar 2023 14:58:12 +0900 Subject: 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: I98ad7011b602947a708d507453f5725ee19448ec Change-Id: I98ad7011b602947a708d507453f5725ee19448ec --- device-bramble.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/device-bramble.mk b/device-bramble.mk index 8d74f1e..bbf0368 100644 --- a/device-bramble.mk +++ b/device-bramble.mk @@ -36,7 +36,8 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/virtual_ab_ota/compression_wit LOCAL_PATH := device/google/bramble PRODUCT_SOONG_NAMESPACES += \ - device/google/bramble + device/google/bramble \ + hardware/qcom/wlan/legacy DEVICE_PACKAGE_OVERLAYS += device/google/bramble/bramble/overlay -- cgit v1.2.3