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

rust_library {
    name: "libinstant",
    host_supported: true,
    crate_name: "instant",
    srcs: ["src/lib.rs"],
    edition: "2018",
    rustlibs: [
        "libcfg_if",
    ],
}

// dependent_library ["feature_list"]
//   cfg-if-0.1.10