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

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

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