aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
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"