blob: 8b9f1e65f28addf33825c48b95c5fcd5a6078eaf [file] [log] [blame]
Victor Hsiehbb1cf282018-10-03 09:32:35 -07001cc_binary {
2 name: "fsverity",
Victor Hsiehf0194db2019-09-20 12:31:10 -07003 host_supported: true,
Victor Hsiehbb1cf282018-10-03 09:32:35 -07004 shared_libs: ["libcrypto"],
5 cflags: [
6 "-Wall",
7 "-Wno-pointer-arith",
8 "-D_FILE_OFFSET_BITS=64"
9 ],
10 srcs: ["*.c"],
11}