Merge "Update TEST_MAPPING"
diff --git a/Android.bp b/Android.bp
index e7a81df..63453dc 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,8 +1,6 @@
 // This file is generated by cargo2android.py --config cargo2android.json.
 // Do not modify this file as changes will be overridden on upgrade.
 
-
-
 package {
     default_applicable_licenses: ["external_rust_crates_enumn_license"],
 }
@@ -51,4 +49,5 @@
         "libquote",
         "libsyn",
     ],
+    vendor_available: true,
 }
diff --git a/cargo2android.json b/cargo2android.json
index 5c18d15..721cc1a 100644
--- a/cargo2android.json
+++ b/cargo2android.json
@@ -5,5 +5,6 @@
   ],
   "dependencies": true,
   "device": true,
-  "run": true
+  "run": true,
+  "vendor-available": true
 }