21 lines
474 B
Plaintext
21 lines
474 B
Plaintext
// ========================================================
|
|
// Executable
|
|
// ========================================================
|
|
package {
|
|
default_applicable_licenses: ["Android-Apache-2.0"],
|
|
}
|
|
|
|
cc_binary {
|
|
name: "flags_health_check",
|
|
host_supported: true,
|
|
srcs: ["disaster_recovery.cc"],
|
|
shared_libs: [
|
|
"libbase",
|
|
"server_configurable_flags",
|
|
],
|
|
cflags: [
|
|
"-Werror",
|
|
],
|
|
init_rc: ["flags_health_check.rc"],
|
|
}
|