aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
blob: 18535efae6ded83059bc9d1eaed6552e7444ee4f (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 --device --run --dependencies.

rust_library {
    name: "librand_chacha",
    host_supported: true,
    crate_name: "rand_chacha",
    srcs: ["src/lib.rs"],
    edition: "2018",
    features: [
        "default",
        "std",
    ],
    rustlibs: [
        "libppv_lite86",
        "librand_core",
    ],
}

// dependent_library ["feature_list"]
//   ppv-lite86-0.2.10 "simd,std"
//   rand_core-0.6.0