zenfone8: Start building vendor

Change-Id: Ifbf45bbee47f7cf16b6549445d22174c4b071f60
diff --git a/Android.bp b/Android.bp
index c2ab30c..6824117 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,3 +1,10 @@
 soong_namespace {
     imports: ["hardware/qcom/bootctrl"],
 }
+
+prebuilt_hidl_interfaces {
+    name: "hidl_netperftuner_interface",
+    interfaces: [
+        "vendor.qti.hardware.wigig.netperftuner@1.0::INetPerfTuner",
+    ],
+}