blob: d8fec817ae78dc6cb43778f1e4718ce60ccb648f [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"],
9 edition: "2018",
10 rustlibs: [
11 "android.system.virtualizationservice-rust",
12 "compos_aidl_interface-rust",
13 "libanyhow",
14 "libbinder_rpc_unstable_bindgen",
15 "libbinder_rs",
16 "liblog_rust",
17 ],
18 shared_libs: [
19 "libbinder_rpc_unstable",
20 ],
21 apex_available: [
22 "com.android.compos",
23 ],
24}