From: Gabriel Biren Date: Mon, 27 Mar 2023 22:33:41 +0000 (+0000) Subject: exynos9610: Update makefile to use the AIDL Wifi Vendor HAL. X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=ce91d8b755314220b27f9c42eb5196ea2fe27776;p=GitHub%2FLineageOS%2Fandroid_device_motorola_exynos9610-common.git exynos9610: Update makefile to use the AIDL Wifi Vendor HAL. Bug: 274964641 Test: Pre-submit tests Change-Id: I4d9114377fe75b593bbfe6a59f03d8f5d607d6a1 --- diff --git a/common.mk b/common.mk index c263d03..ef39b5f 100644 --- a/common.mk +++ b/common.mk @@ -407,7 +407,7 @@ PRODUCT_PACKAGES += \ # WiFi PRODUCT_PACKAGES += \ - android.hardware.wifi@1.0-service \ + android.hardware.wifi-service \ hostapd \ libip_checksum_shim.vendor \ WifiOverlay \