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