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", | ||||
12 | "libkeystore_binder", | ||||
13 | "libkeyutils", | ||||
14 | "liblog", | ||||
15 | "liblogwrap", | ||||
16 | ], | ||||
17 | cflags: ["-Werror", "-Wall", "-Wextra"], | ||||
18 | } |