blob: b1d5e61b00df492590c3b54caeb8fec987c1d3c0 [file] [log] [blame]
// Build the unit tests.
cc_test {
name: "inputflinger_tests",
srcs: [
"InputReader_test.cpp",
"InputDispatcher_test.cpp",
],
test_per_src: true,
cflags: [
"-Wall",
"-Werror",
"-Wno-unused-parameter",
],
shared_libs: [
"libcutils",
"liblog",
"libutils",
"libhardware",
"libhardware_legacy",
"libui",
"libinput",
"libinputflinger",
"libinputservice",
],
}