OSDN Git Service

Remove wifi HAL
authorMichael Goffioul <michael.goffioul@lincor.com>
Mon, 19 Oct 2020 01:47:16 +0000 (21:47 -0400)
committerMauro Rossi <issor.oruam@gmail.com>
Sun, 8 Aug 2021 11:55:21 +0000 (13:55 +0200)
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).

treble.mk

index 5d5f44c..4681aba 100644 (file)
--- 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 \