Make vendor available.
Bug: 198197213
Test: N/A
Change-Id: I11fb35e854d59cd746ba8f2574553b4914d72eea
diff --git a/Android.bp b/Android.bp
index f10ca4d..99ace63 100644
--- a/Android.bp
+++ b/Android.bp
@@ -112,6 +112,7 @@
name: "libbitflags",
// has rustc warnings
host_supported: true,
+ vendor_available: true,
crate_name: "bitflags",
cargo_env_compat: true,
cargo_pkg_version: "1.3.2",
diff --git a/cargo2android.json b/cargo2android.json
index ac356cf..3a58854 100644
--- a/cargo2android.json
+++ b/cargo2android.json
@@ -8,9 +8,10 @@
"trybuild"
],
"device": true,
+ "vendor_available": true,
"run": true,
"tests": true,
"test-blocklist": [
"tests/compile.rs"
]
-}
\ No newline at end of file
+}