Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Project
/
android_system_core
/
df96e1f25cad196385dc2ff6bcf1c8ec4619ab7c
/
.
/
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"
],
},
}