Make crate vendor_available

Bug: 195310053
Test: build, TreeHugger
Change-Id: Ib5cc063cb51b5d45cd3553c508098985e1f5f4ec
diff --git a/Android.bp b/Android.bp
index 4fe3543..77a8def 100644
--- a/Android.bp
+++ b/Android.bp
@@ -75,6 +75,7 @@
         "com.android.compos",
         "com.android.virt",
     ],
+    vendor_available: true,
 }
 
 rust_test {
diff --git a/cargo2android.json b/cargo2android.json
index 0e54308..bef74ca 100644
--- a/cargo2android.json
+++ b/cargo2android.json
@@ -7,5 +7,6 @@
   "dependencies": true,
   "device": true,
   "run": true,
-  "tests": true
+  "tests": true,
+  "vendor-available": true
 }