blob: 2a3cb09f657e686bddff6ce0c482dce8d6beedfa [file] [log] [blame]
Chih-Hung Hsieh87b35cf2019-10-25 18:07:55 -07001// This file is generated by cargo2android.py.
2
Matthew Maurer42327272019-11-13 17:41:57 -08003rust_library_host_rlib {
Ivan Lozanobafeb3f2019-09-05 23:30:58 -07004 name: "libquote",
Ivan Lozanobafeb3f2019-09-05 23:30:58 -07005 crate_name: "quote",
6 srcs: ["src/lib.rs"],
Chih-Hung Hsiehcb0f9652019-09-30 10:36:12 -07007 edition: "2018",
Chih-Hung Hsieh87b35cf2019-10-25 18:07:55 -07008 features: [
9 "default",
10 "proc-macro",
11 ],
12 rlibs: [
13 "libproc_macro2",
14 ],
Ivan Lozanobafeb3f2019-09-05 23:30:58 -070015}