You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
474 B
21 lines
474 B
// ========================================================
|
|
// 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"],
|
|
}
|