Snap for 9470583 from 6faa01ec63389679829118250276c26652708fb9 to tm-qpr3-release

Change-Id: Ibf9195f16dbe2361447ff90e8c908212f061371d
diff --git a/Android.bp b/Android.bp
index 897f8a2..27336fc 100644
--- a/Android.bp
+++ b/Android.bp
@@ -110,4 +110,5 @@
         "//apex_available:platform",
         "com.android.virt",
     ],
+    vendor_available: true,
 }
diff --git a/cargo2android.json b/cargo2android.json
index b73c7b4..8945bb0 100644
--- a/cargo2android.json
+++ b/cargo2android.json
@@ -7,5 +7,6 @@
   "device": true,
   "features": "std",
   "run": true,
-  "tests": true
-}
\ No newline at end of file
+  "tests": true,
+  "vendor-available": true
+}