12 lines
214 B
Plaintext
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"],
|
|
}
|