aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2020-04-07 14:24:03 -0700
committerChih-Hung Hsieh <chh@google.com>2020-04-07 14:28:37 -0700
commitfab837700283a7303273b086df93fabf0e67b311 (patch)
treef34f8485c16cb5912c4945ac231f1c937d349517 /Android.bp
parent3bdad64f25d96ddc113cd016930637d8820fcd2b (diff)
downloadwhich-fab837700283a7303273b086df93fabf0e67b311.tar.gz
* Add OWNERS Bug: 152884384 Test: make Change-Id: Ic643b3c23001db1124e626548e13e43b27b89c7b
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp14
1 files changed, 14 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
new file mode 100644
index 0000000..fc7db87
--- /dev/null
+++ b/Android.bp
@@ -0,0 +1,14 @@
+// This file is generated by cargo2android.py.
+
+rust_library_host_rlib {
+ name: "libwhich",
+ crate_name: "which",
+ srcs: ["src/lib.rs"],
+ edition: "2015",
+ rlibs: [
+ "liblibc",
+ ],
+}
+
+// dependent_library ["feature_list"]
+// libc-0.2.68 "default,std"