aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Galenson <jgalenson@google.com>2020-07-28 13:35:41 -0700
committerJoel Galenson <jgalenson@google.com>2020-07-28 13:35:41 -0700
commitf04496a66b755c2a3e8e484b1cbd4189a734d7cf (patch)
tree88dc97d765cdc6f9969187bedd7eeea98cf275b2
parent68e693915fa5baed07f84e9ca4159864e1ae7330 (diff)
downloadtime-f04496a66b755c2a3e8e484b1cbd4189a734d7cf.tar.gz
Add Android.bp
Change-Id: I7e1d8eaa4bbfd3691ddd715af68c5c95ca50f2a1
-rw-r--r--Android.bp15
1 files changed, 15 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
new file mode 100644
index 0000000..be54617
--- /dev/null
+++ b/Android.bp
@@ -0,0 +1,15 @@
+// This file is generated by cargo2android.py --device --run --dependencies.
+
+rust_library {
+ name: "libtime",
+ host_supported: true,
+ crate_name: "time",
+ srcs: ["src/lib.rs"],
+ edition: "2015",
+ rustlibs: [
+ "liblibc",
+ ],
+}
+
+// dependent_library ["feature_list"]
+// libc-0.2.74 "default,std"