blob: 066a8160695e10cbf0a9783e4663fe9877aa6a08 [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",
Gang Wange9087892020-01-07 12:17:14 -050010 "libcrypto",
Siarhei Vishniakoud0784762019-11-01 15:33:48 -070011 "libcutils",
12 "libinput",
13 "libinputflinger_base",
14 "libinputreporter",
15 "liblog",
16 "libstatslog",
17 "libui",
18 "libutils",
19 ],
20 static_libs: [
21 "libinputdispatcher",
22 ],
23}