aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJanis Danisevskis <jdanis@google.com>2021-11-10 10:07:48 -0800
committerJanis Danisevskis <jdanis@google.com>2021-11-10 13:04:28 -0800
commiteab3d3bb5cef765b71b83e7ed86af849be3675d4 (patch)
tree697ffea9ab846fc5b80c14acd03b33f72003df1e
parent418614426111ed6f2d776a0290b1097c22e3da60 (diff)
downloadthiserror-eab3d3bb5cef765b71b83e7ed86af849be3675d4.tar.gz
Make vendor available.
Bug: 198197213 Test: N/A Change-Id: I4aae955da6600a41759a68307c81e67ecc7d6f1c
-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
}