aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
blob: e7feda79e8f2c15d66b6e10deb0ce97dbdb337b1 (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
27
28
29
30
// This file is generated by cargo2android.py --run --device --dependencies.
// Do not modify this file as changes will be overridden on upgrade.

rust_library {
    name: "libcrossbeam_utils",
    host_supported: true,
    crate_name: "crossbeam_utils",
    srcs: ["src/lib.rs"],
    edition: "2018",
    features: [
        "default",
        "lazy_static",
        "std",
    ],
    flags: [
        "--cfg has_atomic_u16",
        "--cfg has_atomic_u32",
        "--cfg has_atomic_u64",
        "--cfg has_atomic_u8",
    ],
    rustlibs: [
        "libcfg_if",
        "liblazy_static",
    ],
}

// dependent_library ["feature_list"]
//   autocfg-1.0.1
//   cfg-if-1.0.0
//   lazy_static-1.4.0