aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorJoel Galenson <jgalenson@google.com>2020-10-05 08:16:16 -0700
committerJoel Galenson <jgalenson@google.com>2020-10-05 08:17:23 -0700
commit45879ad0aa67eae03983d18da928df42d609824b (patch)
treee54a2567bd733e03586985f2ef613396c147ce65 /Android.bp
parent4408015280678e4e5a2a8f3f98d2b0d4b737cf83 (diff)
downloadtokio-45879ad0aa67eae03983d18da928df42d609824b.tar.gz
Add Android.bp
Test: Build Change-Id: I415df6f1e50dc54d0630933998af32236702f4b5
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp20
1 files changed, 20 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
new file mode 100644
index 0000000..015e0ee
--- /dev/null
+++ b/Android.bp
@@ -0,0 +1,20 @@
+// This file is generated by cargo2android.py --device --run --dependencies.
+
+rust_library {
+ name: "libtokio",
+ host_supported: true,
+ crate_name: "tokio",
+ srcs: ["src/lib.rs"],
+ edition: "2018",
+ features: [
+ "default",
+ ],
+ rustlibs: [
+ "libbytes",
+ "libpin_project_lite",
+ ],
+}
+
+// dependent_library ["feature_list"]
+// bytes-0.5.6 "default,std"
+// pin-project-lite-0.1.7