allwinner_a64/android/system/timezone/tzdatacheck/Android.bp
2018-08-08 17:48:24 +08:00

14 lines
339 B
Text

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