15 lines
339 B
Text
15 lines
339 B
Text
|
// ========================================================
|
||
|
// Executable
|
||
|
// ========================================================
|
||
|
cc_binary {
|
||
|
name: "tzdatacheck",
|
||
|
host_supported: true,
|
||
|
srcs: ["tzdatacheck.cpp"],
|
||
|
shared_libs: [
|
||
|
"libbase",
|
||
|
"libcutils",
|
||
|
"liblog",
|
||
|
],
|
||
|
cflags: ["-Werror"],
|
||
|
}
|