32 lines
698 B
Plaintext
32 lines
698 B
Plaintext
// This file is generated by cargo2android.py.
|
|
|
|
rust_library_host_rlib {
|
|
name: "libsyn",
|
|
crate_name: "syn",
|
|
srcs: ["src/lib.rs"],
|
|
edition: "2015",
|
|
features: [
|
|
"clone-impls",
|
|
"default",
|
|
"derive",
|
|
"full",
|
|
"parsing",
|
|
"printing",
|
|
"proc-macro",
|
|
"quote",
|
|
"visit-mut",
|
|
],
|
|
flags: [
|
|
"--cfg syn_can_call_macro_by_path",
|
|
"--cfg syn_can_match_trailing_dollar",
|
|
"--cfg syn_can_use_associated_constants",
|
|
"--cfg syn_can_use_thread_id",
|
|
"--cfg syn_disable_nightly_tests",
|
|
],
|
|
rlibs: [
|
|
"libproc_macro2",
|
|
"libquote",
|
|
"libunicode_xid",
|
|
],
|
|
}
|