blob: 5893fd6fa1ece675c7175737513a8105d603a127 [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",
Alan Stokes17aed5c2021-10-20 14:25:57 +010017 "librustutils",
Alan Stokes17fd36a2021-09-06 17:22:37 +010018 ],
19 shared_libs: [
20 "libbinder_rpc_unstable",
21 ],
22 apex_available: [
23 "com.android.compos",
24 ],
25}