aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2021-04-12 21:24:21 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-04-12 21:24:21 +0000
commitb904996c6a5b5df1ef990d50331ede25f91b196f (patch)
treecc218f809b980499efdc11c0902cd6c3b2637ab4 /Android.bp
parenteaca4d18d27d7fa54182f1cd91849bddca42db92 (diff)
parentd7bcf437866b7142b68207bb7ac480dfe63ab990 (diff)
downloadwhich-b904996c6a5b5df1ef990d50331ede25f91b196f.tar.gz
Upgrade rust/crates/which to 4.1.0 am: d7bcf43786
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/which/+/1662641 Change-Id: Iad5f634cfd3d5450a173c99c25649ce6d2695f19
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp14
1 files changed, 5 insertions, 9 deletions
diff --git a/Android.bp b/Android.bp
index 1c867fe..141bf34 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,4 +1,5 @@
// This file is generated by cargo2android.py --run --dependencies --device --features=.
+// Do not modify this file as changes will be overridden on upgrade.
package {
default_applicable_licenses: ["external_rust_crates_which_license"],
@@ -22,18 +23,13 @@ rust_library {
host_supported: true,
crate_name: "which",
srcs: ["src/lib.rs"],
- edition: "2015",
+ edition: "2018",
rustlibs: [
+ "libeither",
"liblibc",
- "libthiserror",
],
}
// dependent_library ["feature_list"]
-// libc-0.2.72 "default,std"
-// proc-macro2-1.0.18 "default,proc-macro"
-// quote-1.0.7 "default,proc-macro"
-// syn-1.0.34 "clone-impls,default,derive,parsing,printing,proc-macro,quote"
-// thiserror-1.0.20
-// thiserror-impl-1.0.20
-// unicode-xid-0.2.1 "default"
+// either-1.6.1 "default,use_std"
+// libc-0.2.92 "default,std"