blob: 9abf8b179f6a45a9e70102c3c25969a393013423 [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: [
chaviw09c8d2d2020-08-24 15:48:26 -070021 "libattestation",
Siarhei Vishniakoud0784762019-11-01 15:33:48 -070022 "libinputdispatcher",
23 ],
24}