Merge "fs_config: wifi is now on vendor partition" am: 11d3d4d22a
am: c405ad5c43
am: 0d94c26fc9
am: 141b829e72
Change-Id: Ibd47a0775ca2c27579f4ff98ae2e8c5a55fcb5e8
This commit is contained in:
commit
ba2e677615
|
@ -166,7 +166,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),
|
||||
|
|
Loading…
Reference in New Issue