fs_config: wifi is now on vendor partition

Bug: 34135607
Test: pass
Change-Id: I0c9dd9642e780a0303e6aaa6d80e443c59cc0c28
This commit is contained in:
Steven Moreland 2017-02-13 17:21:17 -08:00
parent a3e4977325
commit b7ca92349e
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ static const struct fs_path_config android_files[] = {
/* Support wifi_hal_legacy administering a network interface. */
{ 00755, AID_WIFI, AID_WIFI, CAP_MASK_LONG(CAP_NET_ADMIN) |
CAP_MASK_LONG(CAP_NET_RAW),
"system/bin/hw/android.hardware.wifi@1.0-service" },
"vendor/bin/hw/android.hardware.wifi@1.0-service" },
/* Support Bluetooth legacy hal accessing /sys/class/rfkill */
{ 00700, AID_BLUETOOTH, AID_BLUETOOTH, CAP_MASK_LONG(CAP_NET_ADMIN),