Alan Stokes | b2cc79e | 2021-09-14 14:08:46 +0100 | [diff] [blame] | 1 | package { |
| 2 | default_applicable_licenses: ["Android-Apache-2.0"], |
| 3 | } |
| 4 | |
| 5 | rust_binary { |
| 6 | name: "composd_cmd", |
| 7 | srcs: ["composd_cmd.rs"], |
| 8 | edition: "2018", |
| 9 | rustlibs: [ |
| 10 | "android.system.composd-rust", |
| 11 | "libanyhow", |
| 12 | "libbinder_rs", |
Alan Stokes | 388b88a | 2021-10-13 16:03:17 +0100 | [diff] [blame] | 13 | "libclap", |
Alan Stokes | 17aed5c | 2021-10-20 14:25:57 +0100 | [diff] [blame^] | 14 | "libcompos_common", |
Alan Stokes | b2cc79e | 2021-09-14 14:08:46 +0100 | [diff] [blame] | 15 | ], |
| 16 | prefer_rlib: true, |
| 17 | apex_available: [ |
| 18 | "com.android.compos", |
| 19 | ], |
| 20 | } |