Andrew Walbran | b12a43e | 2020-11-10 14:22:42 +0000 | [diff] [blame] | 1 | rust_binary { |
2 | name: "virtmanager", | ||||
3 | crate_name: "virtmanager", | ||||
4 | srcs: ["src/main.rs"], | ||||
5 | edition: "2018", | ||||
6 | rustlibs: [ | ||||
7 | "android.system.virtmanager-rust", | ||||
8 | "libenv_logger", | ||||
9 | "liblog_rust", | ||||
10 | "libserde_json", | ||||
11 | "libserde", | ||||
12 | "libanyhow", | ||||
13 | ], | ||||
14 | } |