blob: 7a7042e67bc7910769aacc05b8f038a62027d057 [file] [log] [blame]
Alan Stokes17fd36a2021-09-06 17:22:37 +01001package {
2 default_applicable_licenses: ["Android-Apache-2.0"],
3}
4
5rust_library {
6 name: "libcompos_common",
7 crate_name: "compos_common",
8 srcs: ["lib.rs"],
Alan Stokes6472ccd2022-08-31 13:41:28 +01009 edition: "2021",
Alan Stokes17fd36a2021-09-06 17:22:37 +010010 rustlibs: [
11 "android.system.virtualizationservice-rust",
12 "compos_aidl_interface-rust",
13 "libanyhow",
Alan Stokes0e82b502022-08-08 14:44:48 +010014 "libbinder_rs",
Alan Stokes71403772022-06-21 14:56:28 +010015 "liblazy_static",
Alan Stokes17fd36a2021-09-06 17:22:37 +010016 "liblog_rust",
Alan Stokesc3f2ac22022-06-23 12:19:46 +010017 "libnested_virt",
Alan Stokes46a1dff2021-12-14 10:56:05 +000018 "libnum_traits",
Alan Stokes17aed5c2021-10-20 14:25:57 +010019 "librustutils",
Andrew Walbrand0ef4002022-05-16 16:14:10 +000020 "libvmclient",
Alan Stokes17fd36a2021-09-06 17:22:37 +010021 ],
Alan Stokes46a1dff2021-12-14 10:56:05 +000022 proc_macros: ["libnum_derive"],
Alan Stokes17fd36a2021-09-06 17:22:37 +010023 shared_libs: [
24 "libbinder_rpc_unstable",
25 ],
26 apex_available: [
27 "com.android.compos",
28 ],
29}