Alan Stokes | 17fd36a | 2021-09-06 17:22:37 +0100 | [diff] [blame^] | 1 | package { |
| 2 | default_applicable_licenses: ["Android-Apache-2.0"], |
| 3 | } |
| 4 | |
| 5 | rust_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 | } |