Bob Badour | 606dfaa | 2021-03-01 00:25:57 -0800 | [diff] [blame^] | 1 | package { |
2 | default_applicable_licenses: ["Android-Apache-2.0"], | ||||
3 | } | ||||
4 | |||||
Victor Hsieh | 42cc776 | 2021-01-25 16:44:19 -0800 | [diff] [blame] | 5 | rust_binary { |
6 | name: "fd_server", | ||||
7 | srcs: ["src/main.rs"], | ||||
8 | rustlibs: [ | ||||
9 | "authfs_aidl_interface-rust", | ||||
10 | "libanyhow", | ||||
11 | "libbinder_rs", | ||||
12 | "libclap", | ||||
13 | "liblibc", | ||||
14 | "liblog_rust", | ||||
15 | ], | ||||
16 | } |