summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoshan Pius <rpius@google.com>2017-05-16 12:57:05 -0700
committerRoshan Pius <rpius@google.com>2017-05-17 19:15:24 +0000
commit630f9851776a7f2653f41653773e93cb74361b90 (patch)
tree616b67ed604618a904b6b95751275f766d76cc0f
parent8e070bdedd3e5823c57fe8997ba92d7faa4241f8 (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.mk1
-rw-r--r--manifest.xml9
2 files changed, 0 insertions, 10 deletions
diff --git a/device.mk b/device.mk
index 56794e7..c81bca6 100644
--- a/device.mk
+++ b/device.mk
@@ -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>