aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Android.bp5
1 files changed, 3 insertions, 2 deletions
diff --git a/Android.bp b/Android.bp
index a3d60a8..3d269c7 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,9 +1,10 @@
-// This file is generated by cargo2android.py.
+// This file is generated by cargo2android.py --run --dependencies --device.
rust_library {
name: "libglob",
+ // has rustc warnings
+ host_supported: true,
crate_name: "glob",
srcs: ["src/lib.rs"],
edition: "2015",
- host_supported: true,
}