| package { |
| default_applicable_licenses: ["Android-Apache-2.0"], |
| } |
| |
| rust_library { |
| name: "libcompos_common", |
| crate_name: "compos_common", |
| defaults: ["avf_build_flags_rust"], |
| srcs: ["lib.rs"], |
| edition: "2021", |
| rustlibs: [ |
| "android.system.virtualizationservice-rust", |
| "compos_aidl_interface-rust", |
| "libanyhow", |
| "libbinder_rs", |
| "libglob", |
| "liblog_rust", |
| "libnested_virt", |
| "libnum_traits", |
| "librustutils", |
| "libvmclient", |
| "libplatformproperties_rust", |
| ], |
| proc_macros: ["libnum_derive"], |
| apex_available: [ |
| "com.android.compos", |
| ], |
| } |