blob: 385b9816bd98ced16aaa983541c922cce2ad5f6a [file] [log] [blame]
Siarhei Vishniakoud0784762019-11-01 15:33:48 -07001cc_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}