From ba7be1ebcad2cef7bf64ccd2e19649c39b1c2bad Mon Sep 17 00:00:00 2001 From: Hsiu-Chang Chen Date: Tue, 7 Mar 2023 16:59:14 +0800 Subject: [PATCH] wlan: Update the path of wpa_supplicant_8_lib Add the default path back for backward compatibility Bug: 271240400 Test: Build Pass Change-Id: I0cbf7d29984bf99a01dbab39df9ff565aa6f0e55 Ignore-AOSP-First: changes in topics with internal-first --- target/product/cfi-common.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/target/product/cfi-common.mk b/target/product/cfi-common.mk index 11c01a27b5..559963cd7f 100644 --- a/target/product/cfi-common.mk +++ b/target/product/cfi-common.mk @@ -28,6 +28,7 @@ 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 \