blob: bd275a76c149dc4ca881cf7d6782d138bb35673a [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",
Siarhei Vishniakou2508b872020-12-03 16:33:53 -100019 "lib-platform-compat-native-api",
Siarhei Vishniakoud0784762019-11-01 15:33:48 -070020 ],
21 static_libs: [
chaviw09c8d2d2020-08-24 15:48:26 -070022 "libattestation",
Siarhei Vishniakoud0784762019-11-01 15:33:48 -070023 "libinputdispatcher",
24 ],
25}