From: Michael Goffioul Date: Mon, 19 Oct 2020 01:47:16 +0000 (-0400) Subject: Remove wifi HAL X-Git-Url: http://git.osdn.net/view?p=android-x86%2Fdevice-generic-common.git;a=commitdiff_plain;h=07366e577f29b51e64bb3f02170792b31c2448bd Remove wifi HAL There is no wifi HAL and declaring one prevents the wifi service to work properly (as it's checking the device manifest for a wifi HAL and fails to initialize the corresponding stubs). --- diff --git a/treble.mk b/treble.mk index 5d5f44c..4681aba 100644 --- a/treble.mk +++ b/treble.mk @@ -78,10 +78,6 @@ PRODUCT_PACKAGES += \ android.hardware.usb@1.0-impl \ android.hardware.usb@1.0-service -# Wifi HAL -PRODUCT_PACKAGES += \ - android.hardware.wifi@1.0-service - # Drm HAL PRODUCT_PACKAGES += \ android.hardware.drm@1.0-impl \