Siarhei Vishniakou | d078476 | 2019-11-01 15:33:48 -0700 | [diff] [blame] | 1 | cc_benchmark { |
2 | name: "inputflinger_benchmarks", | ||||
3 | srcs: [ | ||||
4 | "InputDispatcher_benchmarks.cpp", | ||||
5 | ], | ||||
6 | defaults: ["inputflinger_defaults"], | ||||
7 | shared_libs: [ | ||||
8 | "libbase", | ||||
9 | "libbinder", | ||||
10 | "libcutils", | ||||
11 | "libinput", | ||||
12 | "libinputflinger_base", | ||||
13 | "libinputreporter", | ||||
14 | "liblog", | ||||
15 | "libstatslog", | ||||
16 | "libui", | ||||
17 | "libutils", | ||||
18 | ], | ||||
19 | static_libs: [ | ||||
20 | "libinputdispatcher", | ||||
21 | ], | ||||
22 | } |