From 34d66e475ccacedca875b033d918bc71e800dde1 Mon Sep 17 00:00:00 2001 From: Jackeagle Date: Tue, 5 Dec 2023 23:56:20 -0500 Subject: [PATCH] GS290: Wifi: Remove redundant vendor variant of HIDL Signed-off-by: Jackeagle --- device.mk | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/device.mk b/device.mk index 9a01e1f..4b8d1fb 100644 --- a/device.mk +++ b/device.mk @@ -372,17 +372,10 @@ PRODUCT_COPY_FILES += \ frameworks/native/data/etc/android.software.ipsec_tunnels.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.ipsec_tunnels.xml PRODUCT_PACKAGES += \ - android.hardware.wifi@1.0-service-lazy.GS290 \ libkeystore-engine-wifi-hidl \ libkeystore-wifi-hidl \ - android.hardware.wifi.hostapd@1.0.vendor \ - android.hardware.wifi.hostapd@1.1.vendor \ - android.hardware.wifi.hostapd@1.2.vendor \ + android.hardware.wifi@1.0-service-lazy.GS290 \ android.hardware.wifi.hostapd@1.3.vendor \ - android.hardware.wifi.supplicant@1.0.vendor \ - android.hardware.wifi.supplicant@1.1.vendor \ - android.hardware.wifi.supplicant@1.2.vendor \ - android.hardware.wifi.supplicant@1.3.vendor \ android.hardware.wifi.supplicant@1.4.vendor PRODUCT_PACKAGES += \ -- GitLab