Colin Cross | 45a1b9c | 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 | ], |
Chih-Hung Hsieh | a50a467 | 2017-10-05 13:55:31 -0700 | [diff] [blame] | 9 | cflags: [ |
| 10 | "-Wall", |
| 11 | "-Werror", |
Siarhei Vishniakou | 05a8fe2 | 2018-10-03 16:38:28 -0700 | [diff] [blame] | 12 | "-Wextra", |
Chih-Hung Hsieh | a50a467 | 2017-10-05 13:55:31 -0700 | [diff] [blame] | 13 | "-Wno-unused-parameter", |
| 14 | ], |
Logan Chien | 3e60b39 | 2018-02-27 16:00:11 +0800 | [diff] [blame] | 15 | shared_libs: [ |
Josh Gao | 12ad994 | 2018-07-20 17:46:59 -0700 | [diff] [blame] | 16 | "libbase", |
Robert Carr | 803535b | 2018-08-02 16:38:15 -0700 | [diff] [blame] | 17 | "libbinder", |
Colin Cross | 45a1b9c | 2017-04-19 16:56:46 -0700 | [diff] [blame] | 18 | "libcutils", |
| 19 | "liblog", |
| 20 | "libutils", |
| 21 | "libhardware", |
| 22 | "libhardware_legacy", |
| 23 | "libui", |
Colin Cross | 45a1b9c | 2017-04-19 16:56:46 -0700 | [diff] [blame] | 24 | "libinput", |
| 25 | "libinputflinger", |
Prabir Pradhan | 29c9533 | 2018-11-14 20:14:11 -0800 | [diff] [blame] | 26 | "libinputreader", |
| 27 | "libinputflinger_base", |
Colin Cross | 45a1b9c | 2017-04-19 16:56:46 -0700 | [diff] [blame] | 28 | "libinputservice", |
| 29 | ], |
| 30 | } |