aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
blob: 2a3cb09f657e686bddff6ce0c482dce8d6beedfa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// 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",
    ],
}