From f9d66563e047b32ff5e8c6a511e86178e89f2a9e Mon Sep 17 00:00:00 2001 From: Gabriel Biren Date: Mon, 27 Mar 2023 22:33:41 +0000 Subject: [PATCH] r8s: 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 e21ff15..2e2ad7c 100644 --- a/device.mk +++ b/device.mk @@ -52,7 +52,7 @@ $(call inherit-product-if-exists, vendor/samsung/r8s/r8s-vendor.mk) # Wi-Fi PRODUCT_PACKAGES += \ - android.hardware.wifi@1.0-service \ + android.hardware.wifi-service \ hostapd \ wpa_supplicant \ wpa_supplicant.conf \