blob: 8517c8876e535fa28ef770cac9221dd87724f415 [file] [log] [blame]
package {
default_applicable_licenses: ["Android-Apache-2.0"],
}
rust_library {
name: "libvmclient",
crate_name: "vmclient",
srcs: ["src/lib.rs"],
edition: "2021",
rustlibs: [
"android.system.virtualizationcommon-rust",
"android.system.virtualizationservice-rust",
"libbinder_rs",
"libcommand_fds",
"liblog_rust",
"libnix",
"librpcbinder_rs",
"libshared_child",
"libthiserror",
],
apex_available: [
"com.android.compos",
"com.android.virt",
],
}