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

rust_library {
    name: "libvsock",
    host_supported: true,
    crate_name: "vsock",
    srcs: ["src/lib.rs"],
    edition: "2018",
    rustlibs: [
        "liblibc",
        "libnix",
    ],
}

// dependent_library ["feature_list"]
//   bitflags-1.2.1 "default"
//   cfg-if-1.0.0
//   libc-0.2.86 "default,extra_traits,std"
//   nix-0.19.1