aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp5
1 files changed, 3 insertions, 2 deletions
diff --git a/Android.bp b/Android.bp
index fc7db87..2b88382 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,13 +1,14 @@
// This file is generated by cargo2android.py.
-rust_library_host_rlib {
+rust_library {
name: "libwhich",
crate_name: "which",
srcs: ["src/lib.rs"],
edition: "2015",
- rlibs: [
+ rustlibs: [
"liblibc",
],
+ host_supported: true,
}
// dependent_library ["feature_list"]