• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// This file is generated by cargo_embargo.
2// Do not modify this file after the first "rust_*" or "genrule" module
3// because the changes will be overridden on upgrade.
4// Content before the first "rust_*" or "genrule" module is preserved.
5
6rust_library_host {
7    name: "libvhost_android",
8    crate_name: "vhost",
9    cargo_env_compat: true,
10    cargo_pkg_version: "0.8.1",
11    crate_root: "src/lib.rs",
12    edition: "2018",
13    features: [
14        "default",
15        "vhost-user",
16        "vhost-user-slave",
17    ],
18    rustlibs: [
19        "libbitflags-1.3.2",
20        "liblibc",
21        "libvm_memory_android",
22        "libvmm_sys_util",
23    ],
24}
25