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", | ||||
13 | ], | ||||
14 | prefer_rlib: true, | ||||
15 | apex_available: [ | ||||
16 | "com.android.compos", | ||||
17 | ], | ||||
18 | } |