blob: 00ad1413861973e0682becfceaca7cb17092fc37 [file] [log] [blame]
// ========================================================
// Executable
// ========================================================
cc_binary {
name: "tzdatacheck",
host_supported: true,
srcs: ["tzdatacheck.cpp"],
shared_libs: [
"libbase",
"libcutils",
"liblog",
],
cflags: ["-Werror"],
}