blob: 8b9f1e65f28addf33825c48b95c5fcd5a6078eaf [file] [log] [blame]
cc_binary {
name: "fsverity",
host_supported: true,
shared_libs: ["libcrypto"],
cflags: [
"-Wall",
"-Wno-pointer-arith",
"-D_FILE_OFFSET_BITS=64"
],
srcs: ["*.c"],
}