aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
blob: 0a49d284b4144732f3f826e1f7e48a3991fffbf3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// This file is generated by cargo2android.py --device --run --dependencies.

rust_library {
    name: "libgetrandom",
    host_supported: true,
    crate_name: "getrandom",
    srcs: ["src/lib.rs"],
    edition: "2018",
    rustlibs: [
        "libcfg_if",
        "liblibc",
    ],
}

// dependent_library ["feature_list"]
//   cfg-if-0.1.10
//   libc-0.2.72