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

rust_library {
    name: "libchrono",
    host_supported: true,
    crate_name: "chrono",
    srcs: ["src/lib.rs"],
    edition: "2015",
    features: ["std"],
    rustlibs: [
        "libnum_integer",
        "libnum_traits",
    ],
}

// dependent_library ["feature_list"]
//   autocfg-1.0.1
//   num-integer-0.1.44
//   num-traits-0.2.14 "default,std"