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

rust_library {
    name: "libcrc32fast",
    host_supported: true,
    crate_name: "crc32fast",
    srcs: ["src/lib.rs"],
    edition: "2015",
    features: [
        "default",
        "std",
    ],
    flags: [
        "--cfg crc32fast_stdarchx86",
    ],
    rustlibs: [
        "libcfg_if",
    ],
}

// dependent_library ["feature_list"]
//   cfg-if-1.0.0