blob: 00ad1413861973e0682becfceaca7cb17092fc37 [file] [log] [blame]
Neil Fuller8387bf22017-06-16 14:47:35 +01001// ========================================================
2// Executable
3// ========================================================
4cc_binary {
5 name: "tzdatacheck",
6 host_supported: true,
7 srcs: ["tzdatacheck.cpp"],
8 shared_libs: [
9 "libbase",
10 "libcutils",
11 "liblog",
12 ],
13 cflags: ["-Werror"],
14}