hikey(manifest): Add hostapd HIDL interface

Bug: 36646171
Test: Compiles
Change-Id: Ifea3d283f1d75ad74484157727a39ee53be8eca4
diff --git a/manifest.xml b/manifest.xml
index 0c354d2..0971a19 100644
--- a/manifest.xml
+++ b/manifest.xml
@@ -45,6 +45,15 @@
         </interface>
     </hal>
     <hal format="hidl">
+        <name>android.hardware.wifi.hostapd</name>
+        <transport>hwbinder</transport>
+        <version>1.0</version>
+        <interface>
+            <name>IHostapd</name>
+            <instance>default</instance>
+        </interface>
+    </hal>
+    <hal format="hidl">
         <name>android.hardware.wifi.supplicant</name>
         <transport>hwbinder</transport>
         <version>1.1</version>