summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2020-10-21 01:56:13 -0700
committerChih-Hung Hsieh <chh@google.com>2020-10-21 01:56:13 -0700
commit25a523b46195b0bd4c23384d32954bb4c2568917 (patch)
treecc1af161f7229e5edefaa40cfc1678a4b346da1a
parentae890defb76e51f5026f2052f22ccf63a8977537 (diff)
downloadtime-macros-impl-main.tar.gz
Add Android.bpHEADmastermain
Bug: 169611678 Test: make Change-Id: I208c3adbd8feacbb82ffebdcabe1702db3750879
-rw-r--r--Android.bp26
1 files changed, 26 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
new file mode 100644
index 0000000..997bf4e
--- /dev/null
+++ b/Android.bp
@@ -0,0 +1,26 @@
+// This file is generated by cargo2android.py --device --run --dependencies.
+
+rust_proc_macro {
+ name: "libtime_macros_impl",
+ crate_name: "time_macros_impl",
+ srcs: ["src/lib.rs"],
+ edition: "2018",
+ rustlibs: [
+ "libproc_macro2",
+ "libquote",
+ "libstandback",
+ "libsyn",
+ ],
+ proc_macros: [
+ "libproc_macro_hack",
+ ],
+}
+
+// dependent_library ["feature_list"]
+// proc-macro-hack-0.5.18
+// proc-macro2-1.0.24 "default,proc-macro"
+// quote-1.0.7 "default,proc-macro"
+// standback-0.2.11
+// syn-1.0.45 "derive,parsing,printing,proc-macro,quote"
+// unicode-xid-0.2.1 "default"
+// version_check-0.9.2