1 cc_test { 2 name: "test-touchlag", 3 gtest: false, 4 srcs: ["touchlag.cpp"], 5 shared_libs: [ 6 "libcutils", 7 "libutils", 8 ], 9 cflags: [ 10 "-Wall", 11 "-Wextra", 12 "-Werror", 13 ], 14 } 15