blob: 29d93f034bf922b6085c4199224f2e03d5b2db54 [file] [log] [blame]
Colin Cross6e1c7612017-04-19 16:56:46 -07001// Build the unit tests.
2
3cc_test {
4 name: "inputflinger_tests",
5 srcs: [
6 "InputReader_test.cpp",
7 "InputDispatcher_test.cpp",
8 ],
9 test_per_src: true,
10 cflags: ["-Wno-unused-parameter"],
11 shared_libs = [
12 "libcutils",
13 "liblog",
14 "libutils",
15 "libhardware",
16 "libhardware_legacy",
17 "libui",
18 "libskia",
19 "libinput",
20 "libinputflinger",
21 "libinputservice",
22 ],
23}