diff options
| author | Roshan Pius <rpius@google.com> | 2017-05-16 12:57:05 -0700 |
|---|---|---|
| committer | Roshan Pius <rpius@google.com> | 2017-05-17 19:15:24 +0000 |
| commit | 630f9851776a7f2653f41653773e93cb74361b90 (patch) | |
| tree | 616b67ed604618a904b6b95751275f766d76cc0f | |
| parent | 8e070bdedd3e5823c57fe8997ba92d7faa4241f8 (diff) | |
fugu: Remove wifi vendor HAL
The vendor HAL is non-functional on fugu today because of a file system
capability error. Since we have a mechanism to selectively disable wifi
hal now, use it and remove the wifi hal service from device.mk and from
the HIDL manifest.
Bug: 37483427
Test: Device boots up and able to connect to wifi networks.
Change-Id: I17feaf7bd14e033cf29d7fba2a226e699bf49974
| -rw-r--r-- | device.mk | 1 | ||||
| -rw-r--r-- | manifest.xml | 9 |
2 files changed, 0 insertions, 10 deletions
@@ -246,7 +246,6 @@ PRODUCT_PACKAGES += \ # Wifi PRODUCT_PACKAGES += \ - android.hardware.wifi@1.0-service \ libwpa_client \ lib_driver_cmd_bcmdhd \ hostapd \ diff --git a/manifest.xml b/manifest.xml index cde99fd..a4e8812 100644 --- a/manifest.xml +++ b/manifest.xml @@ -28,13 +28,4 @@ <instance>default</instance> </interface> </hal> - <hal format="hidl"> - <name>android.hardware.wifi</name> - <transport>hwbinder</transport> - <version>1.0</version> - <interface> - <name>IWifi</name> - <instance>default</instance> - </interface> - </hal> </manifest> |
