From 6885f726e20c6978502572dc00051bc943ce6e93 Mon Sep 17 00:00:00 2001 From: Gabriel Biren Date: Mon, 27 Mar 2023 22:33:41 +0000 Subject: [PATCH] sm6150-common: Update makefile to use the AIDL Wifi Vendor HAL. Bug: 274964641 Test: Pre-submit tests Change-Id: I4d9114377fe75b593bbfe6a59f03d8f5d607d6a1 --- sm6150.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sm6150.mk b/sm6150.mk index c7d1463..ac1cf83 100644 --- a/sm6150.mk +++ b/sm6150.mk @@ -412,7 +412,7 @@ PRODUCT_COPY_FILES += \ # WiFi PRODUCT_PACKAGES += \ - android.hardware.wifi@1.0-service \ + android.hardware.wifi-service \ hostapd \ ipacm \ IPACM_cfg.xml \