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