Alan Stokes | 3189af0 | 2021-09-30 17:51:19 +0100 | [diff] [blame] | 1 | package { |
| 2 | default_applicable_licenses: ["Android-Apache-2.0"], |
| 3 | } |
| 4 | |
| 5 | rust_library { |
| 6 | name: "libbinder_common", |
| 7 | crate_name: "binder_common", |
| 8 | srcs: ["lib.rs"], |
| 9 | edition: "2018", |
| 10 | rustlibs: [ |
| 11 | "libbinder_rs", |
Alan Stokes | cd359bb | 2021-10-08 18:22:42 +0100 | [diff] [blame] | 12 | "libbinder_rpc_unstable_bindgen", |
Alan Stokes | 0cc59ee | 2021-09-24 11:20:34 +0100 | [diff] [blame] | 13 | "liblazy_static", |
Alan Stokes | 3189af0 | 2021-09-30 17:51:19 +0100 | [diff] [blame] | 14 | ], |
| 15 | apex_available: [ |
| 16 | "com.android.compos", |
| 17 | "com.android.virt", |
| 18 | ], |
| 19 | } |