android13/system/timezone/tzdatacheck/Android.bp

20 lines
446 B
Plaintext
Raw Normal View History

2024-06-22 08:45:49 -04:00
package {
// http://go/android-license-faq
default_applicable_licenses: ["Android-Apache-2.0"],
}
// ========================================================
// Executable
// ========================================================
cc_binary {
name: "tzdatacheck",
host_supported: true,
srcs: ["tzdatacheck.cpp"],
shared_libs: [
"libbase",
"libcutils",
"liblog",
],
cflags: ["-Werror"],
}