aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
blob: 36817274d52bcfa35a9930670e61fc54935153d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// This file is generated by cargo2android.py --run --device.
// Do not modify this file as changes will be overridden on upgrade.



rust_proc_macro {
    name: "libtracing_attributes",
    // has rustc warnings
    crate_name: "tracing_attributes",
    cargo_env_compat: true,
    cargo_pkg_version: "0.1.23",
    srcs: ["src/lib.rs"],
    edition: "2018",
    rustlibs: [
        "libproc_macro2",
        "libquote",
        "libsyn",
    ],
    product_available: true,
    vendor_available: true,
}