aboutsummaryrefslogtreecommitdiffstats
path: root/Android.bp
blob: 72ef2175ff4eb84497ef4b413b912142ff5e81a3 (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.

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