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