Sign in
fuchsia
/
third_party
/
android.googlesource.com
/
platform
/
system
/
core
/
e865d88531291f81e32f7231a55f20d2e243949f
/
.
/
watchdogd
/
Android.bp
blob: 0fbc33cd2d96e31534acca5d15f6985668245ed9 [
file
] [
log
] [
blame
]
cc_binary
{
name
:
"watchdogd"
,
recovery_available
:
true
,
srcs
:
[
"watchdogd.cpp"
],
cflags
:
[
"-Wall"
,
"-Wextra"
,
"-Werror"
,
],
shared_libs
:
[
"libbase"
],
sanitize
:
{
misc_undefined
:
[
"signed-integer-overflow"
],
},
}