Add BOARD_WLAN_CHIP to soong config
wcn6740 uses a new implementation for libwifi-hal-qcom. We need a soong config variable for BOARD_WLAN_CHIP to switch the implementation. Bug: 273376293 Test: m libwifi-hal (with gs201 target) Change-Id: Iddeb4e76be213fde2d1bb4dbd614a1213bc35e89
This commit is contained in:
parent
ff40e4e8ff
commit
83086bd0d8
1 changed files with 3 additions and 0 deletions
|
@ -46,3 +46,6 @@ BOARD_HOSTAPD_CONFIG_80211W_MFP_OPTIONAL := true
|
|||
PRODUCT_COPY_FILES += \
|
||||
$(LOCAL_WIFI_PATH)/wpa_supplicant_overlay.conf:$(TARGET_COPY_OUT_VENDOR)/etc/wifi/wpa_supplicant_overlay.conf \
|
||||
$(LOCAL_WIFI_PATH)/p2p_supplicant_overlay.conf:$(TARGET_COPY_OUT_VENDOR)/etc/wifi/p2p_supplicant_overlay.conf
|
||||
|
||||
# Add BOARD_WLAN_CHIP to soong_config
|
||||
$(call soong_config_set,qcom_wifi,board_wlan_chip,wcn6740)
|
Loading…
Add table
Add a link
Reference in a new issue