blob: 407849d535f6f02808be1405683110b35b1dd3d2 [file] [log] [blame]
cc_binary {
name: "fsverity_init",
srcs: [
"fsverity_init.cpp",
],
static_libs: [
"libc++fs",
"libmini_keyctl_static",
],
shared_libs: [
"libbase",
"libkeystore_binder",
"libkeyutils",
"liblog",
"liblogwrap",
],
cflags: ["-Werror", "-Wall", "-Wextra"],
}