platform_system_core/tzdatacheck/Android.bp

15 lines
339 B
Text
Raw Normal View History

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