summaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2020-07-14 18:22:07 -0700
committerChih-Hung Hsieh <chh@google.com>2020-07-14 18:22:07 -0700
commit88e26aa7877e36759e95bd6d001b8016fb820248 (patch)
tree531b07f04b5f8321bba8d050838a836137ab051a /Android.bp
parent9a1d2cc0366951293673d1153cd5ca85d2a6ee6f (diff)
downloadthiserror-impl-88e26aa7877e36759e95bd6d001b8016fb820248.tar.gz
Add Android.bp.
Test: make Change-Id: I505b9262dccac3eb772e611ec3f0c476679e601b
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp19
1 files changed, 19 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
new file mode 100644
index 0000000..0dcb9ca
--- /dev/null
+++ b/Android.bp
@@ -0,0 +1,19 @@
+// This file is generated by cargo2android.py --run --dependencies --device.
+
+rust_proc_macro {
+ name: "libthiserror_impl",
+ crate_name: "thiserror_impl",
+ srcs: ["src/lib.rs"],
+ edition: "2018",
+ rustlibs: [
+ "libproc_macro2",
+ "libquote",
+ "libsyn",
+ ],
+}
+
+// dependent_library ["feature_list"]
+// proc-macro2-1.0.18 "default,proc-macro"
+// quote-1.0.7 "default,proc-macro"
+// syn-1.0.34 "clone-impls,default,derive,parsing,printing,proc-macro,quote"
+// unicode-xid-0.2.1 "default"