From 3bcbb93658f93ca8f176e751b013b5315189920b Mon Sep 17 00:00:00 2001 From: Gabriel Biren Date: Thu, 25 Jul 2024 23:17:15 +0800 Subject: [PATCH] LG8n: Update makefile to use the AIDL Wifi Vendor HAL. Bug: 274964641 Test: Pre-submit tests Change-Id: I4d9114377fe75b593bbfe6a59f03d8f5d607d6a1 Signed-off-by: Shirayuki39 --- device.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/device.mk b/device.mk index ef18a87..9b3ba0a 100644 --- a/device.mk +++ b/device.mk @@ -452,9 +452,11 @@ PRODUCT_COPY_FILES += \ # Wi-Fi PRODUCT_PACKAGES += \ + android.hardware.wifi-service \ wpa_supplicant \ hostapd \ - android.hardware.wifi@1.0-service-lazy + libkeystore-wifi-hidl:64 \ + libkeystore-engine-wifi-hidl:64 PRODUCT_PACKAGES += \ android.hardware.tetheroffload.config@1.0.vendor \