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

rust_library {
    name: "libnum_integer",
    host_supported: true,
    crate_name: "num_integer",
    srcs: ["src/lib.rs"],
    edition: "2015",
    features: [
        "default",
        "std",
    ],
    flags: [
        "--cfg has_i128",
    ],
    rustlibs: [
        "libnum_traits",
    ],
}

// dependent_library ["feature_list"]
//   autocfg-1.0.1
//   num-traits-0.2.14 "std"