summaryrefslogtreecommitdiff
path: root/Android.bp
blob: c519e1f9fe213eb2a91397a1d0d24c7c92ec7934 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
// This file is generated by cargo2android.py.

rust_proc_macro {
    name: "libpaste_impl",
    crate_name: "paste_impl",
    srcs: ["src/lib.rs"],
    edition: "2018",
    rlibs: [
        "libproc_macro2",
        "libquote",
        "libsyn",
    ],
    proc_macros: [
        "libproc_macro_hack",
    ],
}

// dependent_library ["feature_list"]
//   proc-macro-hack-0.5.12
//   proc-macro2-1.0.9 "default,proc-macro"
//   quote-1.0.3 "default,proc-macro"
//   syn-1.0.16 "clone-impls,default,derive,parsing,printing,proc-macro,quote"
//   unicode-xid-0.2.0 "default"