diff options
author | Linux Build Service Account <lnxbuild@quicinc.com> | 2017-06-30 13:11:46 -0700 |
---|---|---|
committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-06-30 13:11:46 -0700 |
commit | 3c1538ad796409a7a55e00cdb2d8b402be31079e (patch) | |
tree | 9c24494bdddf6a555d4fe18d6093dd2db8d3ee74 /sdm660_64.mk | |
parent | 240621c0bb75c950e263ee68eb7aa342a34cac72 (diff) | |
parent | e9cc24112f9b5ea50d5d267023964af1571282ea (diff) |
Merge "sdm660_64: Install wifi config files to /vendor"
Diffstat (limited to 'sdm660_64.mk')
-rw-r--r-- | sdm660_64.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sdm660_64.mk b/sdm660_64.mk index 62b4b56..f882e8a 100644 --- a/sdm660_64.mk +++ b/sdm660_64.mk @@ -124,8 +124,8 @@ endif # WLAN driver configuration file PRODUCT_COPY_FILES += \ - device/qcom/sdm660_64/WCNSS_qcom_cfg.ini:system/etc/wifi/WCNSS_qcom_cfg.ini \ - device/qcom/sdm660_64/wifi_concurrency_cfg.txt:system/etc/wifi/wifi_concurrency_cfg.txt + device/qcom/sdm660_64/WCNSS_qcom_cfg.ini:$(TARGET_COPY_OUT_VENDOR)/etc/wifi/WCNSS_qcom_cfg.ini \ + device/qcom/sdm660_64/wifi_concurrency_cfg.txt:$(TARGET_COPY_OUT_VENDOR)/etc/wifi/wifi_concurrency_cfg.txt PRODUCT_PACKAGES += \ wpa_supplicant_overlay.conf \ |