From 5937dfbac148fa37cb758ea5efef204e8577fdef Mon Sep 17 00:00:00 2001 From: Pete Fotheringham Date: Fri, 4 Feb 2022 14:42:25 +0000 Subject: [PATCH] Revert 8eaef3d499f11c5f0956ffc0fc40a89f2a23c89a to fix #4806 Use the non-legacy HAL - using legacy causes hotspot failure --- device-common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/device-common.mk b/device-common.mk index 86c0194..31acd0f 100644 --- a/device-common.mk +++ b/device-common.mk @@ -391,7 +391,7 @@ PRODUCT_PACKAGES += \ # Wifi PRODUCT_PACKAGES += \ - android.hardware.wifi@1.0-service.legacy \ + android.hardware.wifi@1.0-service \ hostapd \ libwpa_client \ WifiOverlay \ -- GitLab