MÃ¥rten Kongstad | 433fab9 | 2023-09-22 11:08:33 +0200 | [diff] [blame^] | 1 | package { |
2 | default_applicable_licenses: ["Android-Apache-2.0"], | ||||
3 | } | ||||
4 | |||||
5 | rust_binary { | ||||
6 | name: "printflags", | ||||
7 | edition: "2021", | ||||
8 | clippy_lints: "android", | ||||
9 | lints: "android", | ||||
10 | srcs: ["src/main.rs"], | ||||
11 | rustlibs: [ | ||||
12 | "libaconfig_protos", | ||||
13 | "libanyhow", | ||||
14 | "libprotobuf", | ||||
15 | ], | ||||
16 | } |