Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5f937acb authored by Daniel Cardenas's avatar Daniel Cardenas Committed by android-build-merger
Browse files

Partial revert of "libcutils: fs_config.c mark vendor, odm and oem partitions...

Partial revert of "libcutils: fs_config.c mark vendor, odm and oem partitions in duplicate" Revert just the wifi hardware part. am: 6db432da
am: 21fff17e

Change-Id: I21151d556b80801214555934bfd5923fa3b1379a
parents d2c9acdd 21fff17e
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -208,9 +208,6 @@ static const struct fs_path_config android_files[] = {
                                              "vendor/bin/hw/android.hardware.bluetooth@1.0-service" },

    // 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/vendor/bin/hw/android.hardware.wifi@1.0-service" },
    { 00755, AID_WIFI,      AID_WIFI,      CAP_MASK_LONG(CAP_NET_ADMIN) |
                                           CAP_MASK_LONG(CAP_NET_RAW),
                                              "vendor/bin/hw/android.hardware.wifi@1.0-service" },