aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Lozano <ivanlozano@google.com>2019-09-09 14:58:44 -0700
committerandroid-build-merger <android-build-merger@google.com>2019-09-09 14:58:44 -0700
commit30667aa60c73d40915a7e894cce8a62ef486c33d (patch)
tree367626e132af9d5de00b0ae1e694354dcb927500
parent0818e5ca0ba47430ba821c8b8fea3d95410833f0 (diff)
parent64e98f167c50801322a10eb8cbb09994c7c5473c (diff)
downloadquote-30667aa60c73d40915a7e894cce8a62ef486c33d.tar.gz
Add libquote build file am: bafeb3fe67
am: 64e98f167c Change-Id: I7ac2bce12a6db4311a6cc809b07af1ddc4615916
-rw-r--r--Android.bp9
1 files changed, 9 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
new file mode 100644
index 0000000..97df3f1
--- /dev/null
+++ b/Android.bp
@@ -0,0 +1,9 @@
+rust_library_rlib {
+ name: "libquote",
+ host_supported: true,
+ crate_name: "quote",
+ srcs: ["src/lib.rs"],
+ rlibs: ["libproc_macro2"],
+ features: ["proc-macro"],
+ edition: "2015",
+}