Colin Cross | 6e1c761 | 2017-04-19 16:56:46 -0700 | [diff] [blame^] | 1 | // Build the unit tests. |
2 | |||||
3 | cc_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 | } |