blob: 61df328eed88f2432ab758917b0bd763370a1f17 [file] [log] [blame]
Alan Stokesb2cc79e2021-09-14 14:08:46 +01001package {
2 default_applicable_licenses: ["Android-Apache-2.0"],
3}
4
5rust_binary {
6 name: "composd_cmd",
7 srcs: ["composd_cmd.rs"],
Alan Stokes6472ccd2022-08-31 13:41:28 +01008 edition: "2021",
Alan Stokesb2cc79e2021-09-14 14:08:46 +01009 rustlibs: [
10 "android.system.composd-rust",
11 "libanyhow",
12 "libbinder_rs",
Jeff Vander Stoepa8dc2712022-07-29 02:33:45 +020013 "libclap",
Alan Stokes17aed5c2021-10-20 14:25:57 +010014 "libcompos_common",
Alan Stokesb2cc79e2021-09-14 14:08:46 +010015 ],
16 prefer_rlib: true,
17 apex_available: [
18 "com.android.compos",
19 ],
20}