blob: 2610cb386da207b58f0e616b41674f916ebe38f3 [file] [log] [blame]
cc_test {
name: "test-touchlag",
gtest: false,
srcs: ["touchlag.cpp"],
shared_libs: [
"libcutils",
"libutils",
],
cflags: [
"-Wall",
"-Wextra",
"-Werror",
],
}