mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 11:55:31 -04:00
universal7885: Move PRODUCT_CFI_INCLUDE_PATHS definition to product makefile
`error: cannot assign to readonly variable: PRODUCT_CFI_INCLUDE_PATHS` Change-Id: I11db13fef959c1bbe5f44ffe04cd581f907b1104 Signed-off-by: SamarV-121 <samarvispute121@pm.me>
This commit is contained in:
parent
ae36727519
commit
5f9f65082c
2 changed files with 2 additions and 1 deletions
|
|
@ -106,4 +106,3 @@ BOARD_WPA_SUPPLICANT_PRIVATE_LIB := lib_driver_cmd_$(BOARD_WLAN_DEVICE)
|
|||
BOARD_HOSTAPD_DRIVER := NL80211
|
||||
BOARD_HOSTAPD_PRIVATE_LIB := lib_driver_cmd_$(BOARD_WLAN_DEVICE)
|
||||
WIFI_HIDL_UNIFIED_SUPPLICANT_SERVICE_RC_ENTRY := true
|
||||
PRODUCT_CFI_INCLUDE_PATHS += hardware/samsung_slsi/scsc_wifibt/wpa_supplicant_lib
|
||||
|
|
|
|||
|
|
@ -236,3 +236,5 @@ PRODUCT_COPY_FILES += \
|
|||
$(LOCAL_PATH)/configs/p2p_supplicant_overlay.conf:$(TARGET_COPY_OUT_VENDOR)/etc/wifi/p2p_supplicant_overlay.conf \
|
||||
$(LOCAL_PATH)/configs/wpa_supplicant.conf:$(TARGET_COPY_OUT_VENDOR)/etc/wifi/wpa_supplicant.conf \
|
||||
$(LOCAL_PATH)/configs/wpa_supplicant_overlay.conf:$(TARGET_COPY_OUT_VENDOR)/etc/wifi/wpa_supplicant_overlay.conf
|
||||
|
||||
PRODUCT_CFI_INCLUDE_PATHS += hardware/samsung_slsi/scsc_wifibt/wpa_supplicant_lib
|
||||
|
|
|
|||
Loading…
Reference in a new issue