summaryrefslogtreecommitdiff
path: root/Android.bp
blob: 20ee51e069d4d5ab822238b736200c6314dded30 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
// This file is generated by cargo2android.py --run.
// Do not modify this file as changes will be overridden on upgrade.

rust_library {
    name: "libvmm_vhost",
    crate_name: "vmm_vhost",
    host_supported: true,
    srcs: ["src/lib.rs"],
    edition: "2018",
    features: [
        "default",
        "vhost-user",
        "vhost-user-master",
    ],
    rustlibs: [
        "libbitflags",
        "liblibc",
        "libsys_util",
        "libtempfile",
    ],
    defaults: ["crosvm_defaults"],
}