summaryrefslogtreecommitdiff
path: root/Android.bp
blob: b65ed9d091eff6aecd4da2c2275243b82135d7a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// This file is generated by cargo2android.py --run --dependencies.

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

// dependent_library ["feature_list"]
//   proc-macro-hack-0.5.16