You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
571 B
26 lines
571 B
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",
|
|
],
|
|
}
|