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", |
Gang Wang | e908789 | 2020-01-07 12:17:14 -0500 | [diff] [blame] | 10 | "libcrypto", |
Siarhei Vishniakou | d078476 | 2019-11-01 15:33:48 -0700 | [diff] [blame] | 11 | "libcutils", |
| 12 | "libinput", |
| 13 | "libinputflinger_base", |
| 14 | "libinputreporter", |
| 15 | "liblog", |
| 16 | "libstatslog", |
| 17 | "libui", |
| 18 | "libutils", |
| 19 | ], |
| 20 | static_libs: [ |
| 21 | "libinputdispatcher", |
| 22 | ], |
| 23 | } |