16 lines
279 B
Plaintext
16 lines
279 B
Plaintext
// This file is generated by cargo2android.py.
|
|
|
|
rust_library_host_rlib {
|
|
name: "libquote",
|
|
crate_name: "quote",
|
|
srcs: ["src/lib.rs"],
|
|
edition: "2018",
|
|
features: [
|
|
"default",
|
|
"proc-macro",
|
|
],
|
|
rlibs: [
|
|
"libproc_macro2",
|
|
],
|
|
}
|