Files
2023-05-14 11:44:44 +00:00

12 lines
214 B
Plaintext

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