Skip to content
Snippets Groups Projects
Commit 0f59453f authored by Mohammad Asaad Akram's avatar Mohammad Asaad Akram
Browse files

wlan: Add Permission for Wi-Fi passpoint support

Wifi Passpoint is the common permission for all the targets.
So, adding it in wlan makefile.

Change-Id: I30df2278e693fa168de735d20d253da4e7b97200
CRs-Fixed: 2602279
parent 03d50b86
No related branches found
No related tags found
No related merge requests found
...@@ -16,7 +16,8 @@ PRODUCT_COPY_FILES += \ ...@@ -16,7 +16,8 @@ PRODUCT_COPY_FILES += \
device/qcom/wlan/bengal/p2p_supplicant_overlay.conf:$(TARGET_COPY_OUT_VENDOR)/etc/wifi/p2p_supplicant_overlay.conf \ device/qcom/wlan/bengal/p2p_supplicant_overlay.conf:$(TARGET_COPY_OUT_VENDOR)/etc/wifi/p2p_supplicant_overlay.conf \
device/qcom/wlan/bengal/icm.conf:$(TARGET_COPY_OUT_VENDOR)/etc/wifi/icm.conf \ device/qcom/wlan/bengal/icm.conf:$(TARGET_COPY_OUT_VENDOR)/etc/wifi/icm.conf \
frameworks/native/data/etc/android.hardware.wifi.aware.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.wifi.aware.xml \ frameworks/native/data/etc/android.hardware.wifi.aware.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.wifi.aware.xml \
frameworks/native/data/etc/android.hardware.wifi.rtt.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.wifi.rtt.xml frameworks/native/data/etc/android.hardware.wifi.rtt.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.wifi.rtt.xml \
frameworks/native/data/etc/android.hardware.wifi.passpoint.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.wifi.passpoint.xml
# WLAN specific aosp flag # WLAN specific aosp flag
TARGET_USES_AOSP_FOR_WLAN := false TARGET_USES_AOSP_FOR_WLAN := false
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment