Wifi: Remove IWifi hidl entry from manifest.xml

This CL removes the definition for the IWifi hidl interface from
manifest.xml and rely on vint-fragements entry.
This is to avoid the need to modify the revision in future

Bug: 138243400
Test: builds and wifi works
Change-Id: I01e9407f2561907410f643e1ed1a339a3fa0cc97
Merged-In: I01e9407f2561907410f643e1ed1a339a3fa0cc97
diff --git a/common/manifest.xml b/common/manifest.xml
index 118f20e..82de6e5 100644
--- a/common/manifest.xml
+++ b/common/manifest.xml
@@ -186,15 +186,6 @@
         </interface>
     </hal>
     <hal format="hidl">
-        <name>android.hardware.wifi</name>
-        <transport>hwbinder</transport>
-        <version>1.0</version>
-        <interface>
-            <name>IWifi</name>
-            <instance>default</instance>
-        </interface>
-    </hal>
-    <hal format="hidl">
         <name>android.hardware.wifi.hostapd</name>
         <transport>hwbinder</transport>
         <version>1.0</version>