blob: ea37f4d424ec33c647fc6a86f730d6eea94578ce [file] [log] [blame]
Bob Badour3306e492021-02-25 15:35:37 -08001package {
2 // See: http://go/android-license-faq
3 // A large-scale-change added 'default_applicable_licenses' to import
4 // all of the 'license_kinds' from "frameworks_native_license"
5 // to get the below license kinds:
6 // SPDX-license-identifier-Apache-2.0
7 default_applicable_licenses: ["frameworks_native_license"],
8}
9
Siarhei Vishniakoud0784762019-11-01 15:33:48 -070010cc_benchmark {
11 name: "inputflinger_benchmarks",
12 srcs: [
13 "InputDispatcher_benchmarks.cpp",
14 ],
15 defaults: ["inputflinger_defaults"],
16 shared_libs: [
17 "libbase",
18 "libbinder",
Gang Wange9087892020-01-07 12:17:14 -050019 "libcrypto",
Siarhei Vishniakoud0784762019-11-01 15:33:48 -070020 "libcutils",
21 "libinput",
22 "libinputflinger_base",
23 "libinputreporter",
24 "liblog",
25 "libstatslog",
26 "libui",
27 "libutils",
Siarhei Vishniakou2508b872020-12-03 16:33:53 -100028 "lib-platform-compat-native-api",
Siarhei Vishniakoud0784762019-11-01 15:33:48 -070029 ],
30 static_libs: [
chaviw09c8d2d2020-08-24 15:48:26 -070031 "libattestation",
Siarhei Vishniakoud0784762019-11-01 15:33:48 -070032 "libinputdispatcher",
33 ],
34}