From a9a311c5fb47efe65fe7f39d28faab40c19bd5f7 Mon Sep 17 00:00:00 2001 From: Gabriel Biren Date: Mon, 27 Mar 2023 22:33:41 +0000 Subject: [PATCH] sm7325-common: Update makefile to use the AIDL Wifi Vendor HAL. Bug: 274964641 Test: Pre-submit tests Change-Id: I4d9114377fe75b593bbfe6a59f03d8f5d607d6a1 --- common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.mk b/common.mk index b70d0f8..ad7275d 100644 --- a/common.mk +++ b/common.mk @@ -499,7 +499,7 @@ PRODUCT_ENFORCE_ARTIFACT_PATH_REQUIREMENTS := strict # WiFi PRODUCT_PACKAGES += \ - android.hardware.wifi@1.0-service \ + android.hardware.wifi-service \ hostapd \ libqsap_sdk \ libwpa_client \