Victor Hsieh | 42cc776 | 2021-01-25 16:44:19 -0800 | [diff] [blame] | 1 | rust_binary { |
2 | name: "fd_server", | ||||
3 | srcs: ["src/main.rs"], | ||||
4 | rustlibs: [ | ||||
5 | "authfs_aidl_interface-rust", | ||||
6 | "libanyhow", | ||||
7 | "libbinder_rs", | ||||
8 | "libclap", | ||||
9 | "liblibc", | ||||
10 | "liblog_rust", | ||||
11 | ], | ||||
12 | } |