From 0f03267c9542cb91cb8cdf4b96da62e2bec34cf6 Mon Sep 17 00:00:00 2001 From: Hsiu-Chang Chen Date: Thu, 21 Jul 2022 10:11:00 +0000 Subject: [PATCH] wlan: Update the path of wpa_supplicant_8_lib for qcom Modify the path because we create another wifi_hal and change the file structure. Bug: 213413875 Bug: 239783932 Change-Id: I4c58c756820ee2d5e7918427a4a64b96db7c46be Test: Regression Test --- target/product/cfi-common.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/target/product/cfi-common.mk b/target/product/cfi-common.mk index 386e3d9cbe..11c01a27b5 100644 --- a/target/product/cfi-common.mk +++ b/target/product/cfi-common.mk @@ -28,7 +28,8 @@ PRODUCT_CFI_INCLUDE_PATHS := \ hardware/broadcom/wlan/bcmdhd/wpa_supplicant_8_lib \ hardware/synaptics/wlan/synadhd/wpa_supplicant_8_lib \ hardware/interfaces/nfc \ - hardware/qcom/wlan/qcwcn/wpa_supplicant_8_lib \ + hardware/qcom/wlan/legacy/qcwcn/wpa_supplicant_8_lib \ + hardware/qcom/wlan/wcn6740/qcwcn/wpa_supplicant_8_lib \ hardware/interfaces/keymaster \ hardware/interfaces/security \ packages/modules/Bluetooth/system \