45f05240c2
These modules have their dependencies satisfied, and aren't doing anything strange. Change-Id: I72039a15256cbd5e5eee0d79a15d66d74a6c087d
14 lines
339 B
Text
14 lines
339 B
Text
// ========================================================
|
|
// Executable
|
|
// ========================================================
|
|
cc_binary {
|
|
name: "tzdatacheck",
|
|
host_supported: true,
|
|
srcs: ["tzdatacheck.cpp"],
|
|
shared_libs: [
|
|
"libbase",
|
|
"libcutils",
|
|
"liblog",
|
|
],
|
|
cflags: ["-Werror"],
|
|
}
|