aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
blob: e600e2a0ecfe410945cec740d6f184bc4a816995 (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-1.0.0