blob: 1099fd9c23e4956f61e89f1789d4d8e4c267d01d [file] [log] [blame]
Victor Hsieh42cc7762021-01-25 16:44:19 -08001rust_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}