| cc_binary { | |
| name: "fsverity_init", | |
| srcs: [ | |
| "fsverity_init.cpp", | |
| ], | |
| static_libs: [ | |
| "libc++fs", | |
| "libmini_keyctl_static", | |
| ], | |
| shared_libs: [ | |
| "libbase", | |
| "libkeystore_binder", | |
| "libkeyutils", | |
| "liblog", | |
| "liblogwrap", | |
| ], | |
| cflags: ["-Werror", "-Wall", "-Wextra"], | |
| } |