Allow libperfetto_client_experimental to be used with vendor and host-supported code

Bug: 202848252
Test: Successfully linked against camera vendor code
Change-Id: I4903ee4fea587b1099a3f7ad4766d7061f546605
diff --git a/Android.bp b/Android.bp
index 57ce922..095e9a6 100644
--- a/Android.bp
+++ b/Android.bp
@@ -744,6 +744,8 @@
     shared_libs: [
         "liblog",
     ],
+    host_supported: true,
+    vendor_available: true,
     export_include_dirs: [
         "include",
         "include/perfetto/base/build_configs/android_tree",