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

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

rust_test_host {
    name: "paste-impl_host_test_src_lib",
    crate_name: "paste_impl",
    srcs: ["src/lib.rs"],
    test_suites: ["general-tests"],
    auto_gen_config: true,
    edition: "2018",
    proc_macros: [
        "libproc_macro_hack",
    ],
}

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