aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Android.bp1
-rw-r--r--cargo2android.json3
2 files changed, 3 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 9f572a9..5436a77 100644
--- a/Android.bp
+++ b/Android.bp
@@ -69,6 +69,7 @@ rust_library {
name: "liblazy_static",
// has rustc warnings
host_supported: true,
+ vendor_available: true,
crate_name: "lazy_static",
cargo_env_compat: true,
cargo_pkg_version: "1.4.0",
diff --git a/cargo2android.json b/cargo2android.json
index 091119e..63c1f22 100644
--- a/cargo2android.json
+++ b/cargo2android.json
@@ -11,9 +11,10 @@
],
"device": true,
"min-sdk-version": "29",
+ "vendor_available": true,
"run": true,
"test-blocklist": [
"tests/no_std.rs"
],
"tests": true
-} \ No newline at end of file
+}