aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
blob: f0e343ae5676d85ce3ff5f3e9887cf9ab79c69dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// 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-0.1.10
//   libc-0.2.80 "default,extra_traits,std"
//   nix-0.17.0
//   void-1.0.2 "default,std"