Merge "Rename 'wifi_legacy_hal' to 'android.hardware.wifi@1.0-service'"

am: 4376d21e7f

Change-Id: I2e187e4374fba232f0641c2fb447a281e507e216
This commit is contained in:
Roshan Pius 2016-10-25 23:30:07 +00:00 committed by android-build-merger
commit c8356e5ca7
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ static const struct fs_path_config android_files[] = {
CAP_MASK_LONG(CAP_NET_RAW), "system/bin/hostapd" },
/* 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/wifi_hal_legacy" },
{ 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" },
{ 00750, AID_ROOT, AID_ROOT, 0, "system/bin/uncrypt" },
{ 00750, AID_ROOT, AID_ROOT, 0, "system/bin/install-recovery.sh" },