15 lines
278 B
Text
15 lines
278 B
Text
|
cc_binary {
|
||
|
name: "watchdogd",
|
||
|
recovery_available: true,
|
||
|
srcs: ["watchdogd.cpp"],
|
||
|
cflags: [
|
||
|
"-Wall",
|
||
|
"-Wextra",
|
||
|
"-Werror",
|
||
|
],
|
||
|
shared_libs: ["libbase"],
|
||
|
sanitize: {
|
||
|
misc_undefined: ["signed-integer-overflow"],
|
||
|
},
|
||
|
}
|