Victor Hsieh | d0a4b20 | 2019-08-26 11:26:27 -0700 | [diff] [blame] | 1 | cc_binary { |
2 | name: "fsverity_init", | ||||
3 | srcs: [ | ||||
4 | "fsverity_init.cpp", | ||||
5 | ], | ||||
6 | static_libs: [ | ||||
7 | "libc++fs", | ||||
8 | "libmini_keyctl_static", | ||||
9 | ], | ||||
10 | shared_libs: [ | ||||
11 | "libbase", | ||||
Victor Hsieh | d0a4b20 | 2019-08-26 11:26:27 -0700 | [diff] [blame] | 12 | "libkeyutils", |
13 | "liblog", | ||||
14 | "liblogwrap", | ||||
15 | ], | ||||
16 | cflags: ["-Werror", "-Wall", "-Wextra"], | ||||
17 | } |