blob: 902bd0d7bb1c3fe4a9341cc1c761260fd4b03669 [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 ],
Siarhei Vishniakoua04181f2021-03-26 05:56:49 +000015 defaults: [
16 "inputflinger_defaults",
17 "libinputdispatcher_defaults",
18 ],
Siarhei Vishniakoud0784762019-11-01 15:33:48 -070019 shared_libs: [
20 "libbase",
21 "libbinder",
Gang Wange9087892020-01-07 12:17:14 -050022 "libcrypto",
Siarhei Vishniakoud0784762019-11-01 15:33:48 -070023 "libcutils",
24 "libinput",
25 "libinputflinger_base",
26 "libinputreporter",
27 "liblog",
28 "libstatslog",
29 "libui",
30 "libutils",
Siarhei Vishniakou2508b872020-12-03 16:33:53 -100031 "lib-platform-compat-native-api",
Siarhei Vishniakoud0784762019-11-01 15:33:48 -070032 ],
33 static_libs: [
chaviw09c8d2d2020-08-24 15:48:26 -070034 "libattestation",
Siarhei Vishniakoud0784762019-11-01 15:33:48 -070035 "libinputdispatcher",
36 ],
37}