aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Lozano <ivanlozano@google.com>2019-09-09 14:58:49 -0700
committerandroid-build-merger <android-build-merger@google.com>2019-09-09 14:58:49 -0700
commit95dd64b49202cfdcc1346a0de7207f2b562d3acd (patch)
tree0ed71eeeee0c04efce040cfd4c6fac3228bc082c
parent4416838c508bbb2b636c6e4beb81f7d390d74077 (diff)
parentfe4eb7aa430e3643b234d1dabbc8c07e31a0b32a (diff)
downloadremain-95dd64b49202cfdcc1346a0de7207f2b562d3acd.tar.gz
Add libremain build file. am: c351c9b123
am: fe4eb7aa43 Change-Id: Ib92ebadad6cdb770cad8e7377fa146c9ccd2ad42
-rw-r--r--Android.bp12
1 files changed, 12 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
new file mode 100644
index 0000000..300b29c
--- /dev/null
+++ b/Android.bp
@@ -0,0 +1,12 @@
+rust_proc_macro {
+ name: "libremain",
+ crate_name: "remain",
+ srcs: ["src/lib.rs",],
+ edition: "2018",
+ host_supported: true,
+ rlibs: [
+ "libquote",
+ "libsyn",
+ "libproc_macro2",
+ ],
+}