aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
blob: 1223c02be34462048333a6407d4ca6cb87f550a3 (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
// This file is generated by cargo2android.py --run --device --dependencies --features os-poll,tcp,udp,uds,os-util.

rust_library {
    name: "libmio",
    host_supported: true,
    crate_name: "mio",
    srcs: ["src/lib.rs"],
    edition: "2018",
    features: [
        "os-poll",
        "os-util",
        "tcp",
        "udp",
        "uds",
    ],
    rustlibs: [
        "liblibc",
        "liblog_rust",
    ],
}

// dependent_library ["feature_list"]
//   cfg-if-0.1.10
//   libc-0.2.80 "default,std"
//   log-0.4.11 "std"