blob: ea7c4d64f0855fa92b592f4b21f1deedf39c0759 [file] [log] [blame]
package {
default_applicable_licenses: ["Android-Apache-2.0"],
}
rust_defaults {
name: "compsvc_defaults",
edition: "2021",
srcs: ["src/compsvc_main.rs"],
rustlibs: [
"android.system.virtualmachineservice-rust",
"authfs_aidl_interface-rust",
"compos_aidl_interface-rust",
"libandroid_logger",
"libanyhow",
"libbinder_rs",
"libcompos_common",
"liblibc",
"liblog_rust",
"libminijail_rust",
"libnix",
"libodsign_proto_rust",
"libprotobuf",
"libregex",
"librpcbinder_rs",
"librustutils",
"libscopeguard",
],
prefer_rlib: true,
shared_libs: [
"libbinder_rpc_unstable",
"libcrypto",
],
}
rust_binary {
name: "compsvc",
defaults: ["compsvc_defaults"],
apex_available: [
"com.android.compos",
],
}