zenfone9: Switch to Wifi aidl

Google have dropped the hidl support, it's an vendor HAL

https://github.com/omnirom/android_hardware_interfaces/commit/7b65166e336e7832a80a32e96d4a205fa47011d8

Change-Id: I13a2f2698f6119bc008cc7fda842dec6c559b2c8
diff --git a/device.mk b/device.mk
index cb8d4f6..a08adb4 100755
--- a/device.mk
+++ b/device.mk
@@ -338,7 +338,7 @@
 
 # Wifi
 PRODUCT_PACKAGES += \
-    android.hardware.wifi@1.0-service \
+    android.hardware.wifi-service \
     hostapd \
     libwifi-hal-qcom \
     libwpa_client \