aboutsummaryrefslogtreecommitdiffstats
path: root/Android.bp
blob: 67c1b888509010ee3f50b3b4aaeee4eb3a2c9aa2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// This file is generated by cargo2android.py.

rust_library_rlib {
    name: "libbyteorder",
    host_supported: true,
    crate_name: "byteorder",
    srcs: ["src/lib.rs"],
    edition: "2015",
    features: [
        "default",
        "std",
    ],
    flags: [
        "--cfg byteorder_i128",
    ],
}