platform_system_core/watchdogd/Android.bp

15 lines
278 B
Text
Raw Normal View History

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