blob: f66de325260805c013f42ac686c0569f5fed1ece [file] [log] [blame]
Alan Stokes3ef78d92021-09-08 11:51:06 +01001package {
2 default_applicable_licenses: ["Android-Apache-2.0"],
3}
4
5rust_binary {
6 name: "composd",
7 srcs: ["src/composd_main.rs"],
Alan Stokes6472ccd2022-08-31 13:41:28 +01008 edition: "2021",
Alan Stokesb2cc79e2021-09-14 14:08:46 +01009 prefer_rlib: true,
Alan Stokes3ef78d92021-09-08 11:51:06 +010010 rustlibs: [
11 "android.system.composd-rust",
Alan Stokes69c610f2021-09-27 14:03:31 +010012 "android.system.virtualizationservice-rust",
Alan Stokes3ef78d92021-09-08 11:51:06 +010013 "compos_aidl_interface-rust",
14 "libandroid_logger",
15 "libanyhow",
16 "libbinder_rs",
17 "libcompos_common",
Alan Stokes14f07392021-09-27 14:03:31 +010018 "libcomposd_native_rust",
Victor Hsieh9807dcd2023-03-14 09:58:53 -070019 "libfsverity_rs",
Victor Hsieh23bcbfe2021-11-18 10:32:50 -080020 "libminijail_rust",
21 "libnix",
Victor Hsieh72c774c2021-11-18 15:52:28 -080022 "liblibc",
Alan Stokes3ef78d92021-09-08 11:51:06 +010023 "liblog_rust",
Victor Hsieh9807dcd2023-03-14 09:58:53 -070024 "libodsign_proto_rust",
Ivan Lozanoe3f4b162023-03-22 20:27:21 -040025 "libprotobuf_deprecated",
Alan Stokescb732dc2021-11-16 15:18:13 +000026 "librustutils",
Alan Stokes9ca14ca2021-10-20 14:25:57 +010027 "libshared_child",
Andrew Walbrand0ef4002022-05-16 16:14:10 +000028 "libvmclient",
Alan Stokes3ef78d92021-09-08 11:51:06 +010029 ],
Alan Stokes3ef78d92021-09-08 11:51:06 +010030 apex_available: [
31 "com.android.compos",
32 ],
33}