Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_system_core
/
41e83c32ba5d0037191b7cbe74c8c6b7b555f75b
/
.
/
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"
],
},
}