blob: e313829ee36b1316b73efc1e08d62489e709764e [file] [log] [blame]
Victor Hsiehbb1cf282018-10-03 09:32:35 -07001cc_binary {
2 name: "fsverity",
3 shared_libs: ["libcrypto"],
4 cflags: [
5 "-Wall",
6 "-Wno-pointer-arith",
7 "-D_FILE_OFFSET_BITS=64"
8 ],
9 srcs: ["*.c"],
10}