blob: 2610cb386da207b58f0e616b41674f916ebe38f3 [file] [log] [blame]
Dan Willemsen4888b1f2018-05-09 20:30:33 -07001cc_test {
2 name: "test-touchlag",
3 gtest: false,
4
5 srcs: ["touchlag.cpp"],
6
7 shared_libs: [
8 "libcutils",
9 "libutils",
10 ],
11
12 cflags: [
13 "-Wall",
14 "-Wextra",
15 "-Werror",
16 ],
17}