1// ========================================================
2// Executable
3// ========================================================
4cc_binary {
5    name: "flags_health_check",
6    host_supported: true,
7    srcs: ["disaster_recovery.cc"],
8    shared_libs: [
9        "libbase",
10        "server_configurable_flags",
11    ],
12    cflags: [
13        "-Werror",
14    ],
15    init_rc: ["flags_health_check.rc"],
16}