Seungjae Yoo | 733150b | 2024-10-29 12:54:07 +0900 | [diff] [blame] | 1 | package { |
2 | default_applicable_licenses: ["Android-Apache-2.0"], | ||||
3 | } | ||||
4 | |||||
5 | rust_binary { | ||||
6 | name: "forwarder_host", | ||||
7 | edition: "2021", | ||||
8 | srcs: ["src/main.rs"], | ||||
9 | rustlibs: [ | ||||
10 | "libforwarder", | ||||
11 | "liblog_rust", | ||||
12 | "libnix", | ||||
13 | "libvmm_sys_util", | ||||
14 | "libvsock", | ||||
15 | ], | ||||
16 | proc_macros: [ | ||||
17 | "libpoll_token_derive", | ||||
18 | "libremain", | ||||
19 | ], | ||||
20 | static_executable: true, | ||||
21 | } |