aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
blob: 808c58110aafb8d460a9f3c3957dc55e13a0926b (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
31
32
33
34
// 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: "librayon",
    // has rustc warnings
    host_supported: true,
    crate_name: "rayon",
    srcs: ["src/lib.rs"],
    edition: "2018",
    flags: [
        "--cfg step_by",
    ],
    rustlibs: [
        "libcrossbeam_deque",
        "libeither",
        "librayon_core",
    ],
}

// dependent_library ["feature_list"]
//   autocfg-1.0.1
//   cfg-if-1.0.0
//   crossbeam-channel-0.5.0 "crossbeam-utils,default,std"
//   crossbeam-deque-0.8.0 "crossbeam-epoch,crossbeam-utils,default,std"
//   crossbeam-epoch-0.9.3 "alloc,lazy_static,std"
//   crossbeam-utils-0.8.3 "default,lazy_static,std"
//   either-1.6.1
//   lazy_static-1.4.0
//   libc-0.2.88 "default,std"
//   memoffset-0.6.1 "default"
//   num_cpus-1.13.0
//   rayon-core-1.9.0
//   scopeguard-1.1.0