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

rust_library {
    name: "libryu",
    host_supported: true,
    crate_name: "ryu",
    srcs: ["src/lib.rs"],
    edition: "2018",
    flags: [
        "--cfg integer128",
        "--cfg maybe_uninit",
    ],
}