blob: b80b97d2da848fd825ac14b026ac99812e1d2c7d [file] [log] [blame]
Andrew Walbranba08b5b2023-11-09 17:57:57 +00001// This file is generated by cargo_embargo.
James Farrell215ed4b2024-05-21 19:09:07 +00002// 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.
Jeongik Cha777a4132023-09-14 16:36:02 +09005
Jeongik Cha777a4132023-09-14 16:36:02 +09006rust_library_host {
7 name: "libvhost_user_backend",
8 crate_name: "vhost_user_backend",
9 cargo_env_compat: true,
10 cargo_pkg_version: "0.10.1",
James Farrell215ed4b2024-05-21 19:09:07 +000011 crate_root: "src/lib.rs",
Jeongik Cha777a4132023-09-14 16:36:02 +090012 edition: "2018",
13 rustlibs: [
14 "liblibc",
15 "liblog_rust",
16 "libvhost_android",
17 "libvirtio_bindings",
18 "libvirtio_queue",
19 "libvm_memory_android",
20 "libvmm_sys_util",
21 ],
22}