aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Android.bp1
-rw-r--r--cargo2android.json1
2 files changed, 2 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index dd0eac2..226e160 100644
--- a/Android.bp
+++ b/Android.bp
@@ -40,6 +40,7 @@ license {
rust_library {
name: "libthiserror",
host_supported: true,
+ vendor_available: true,
crate_name: "thiserror",
cargo_env_compat: true,
cargo_pkg_version: "1.0.29",
diff --git a/cargo2android.json b/cargo2android.json
index e7da217..8d63324 100644
--- a/cargo2android.json
+++ b/cargo2android.json
@@ -9,5 +9,6 @@
"dependencies": true,
"device": true,
"min_sdk_version": "29",
+ "vendor_available": true,
"run": true
}