From 91c1031176d3a06c842b30d3757828c7ac6010b4 Mon Sep 17 00:00:00 2001 From: Gabriel Biren Date: Mon, 27 Mar 2023 22:33:41 +0000 Subject: [PATCH] dre: Update makefile to use the AIDL Wifi Vendor HAL. Bug: 274964641 Test: Pre-submit tests Change-Id: I4d9114377fe75b593bbfe6a59f03d8f5d607d6a1 --- device.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/device.mk b/device.mk index fa43a8e..2c1e6e9 100644 --- a/device.mk +++ b/device.mk @@ -482,7 +482,7 @@ PRODUCT_PACKAGES += \ # Wi-Fi PRODUCT_PACKAGES += \ - android.hardware.wifi@1.0-service \ + android.hardware.wifi-service \ android.hardware.wifi.hostapd@1.0.vendor \ hostapd \ libwpa_client \