blob: 2d1257478d4ddf67508dfee3216a0070f01b7f7e [file] [log] [blame]
Bob Badour3306e492021-02-25 15:35:37 -08001package {
Aditya Choudharyb48ed1d2024-01-31 11:06:10 +00002 default_team: "trendy_team_input_framework",
Bob Badour3306e492021-02-25 15:35:37 -08003 // See: http://go/android-license-faq
4 // A large-scale-change added 'default_applicable_licenses' to import
5 // all of the 'license_kinds' from "frameworks_native_license"
6 // to get the below license kinds:
7 // SPDX-license-identifier-Apache-2.0
8 default_applicable_licenses: ["frameworks_native_license"],
9}
10
Siarhei Vishniakoud0784762019-11-01 15:33:48 -070011cc_benchmark {
12 name: "inputflinger_benchmarks",
13 srcs: [
14 "InputDispatcher_benchmarks.cpp",
15 ],
Siarhei Vishniakoua04181f2021-03-26 05:56:49 +000016 defaults: [
17 "inputflinger_defaults",
18 "libinputdispatcher_defaults",
19 ],
Siarhei Vishniakoud0784762019-11-01 15:33:48 -070020 shared_libs: [
21 "libbase",
22 "libbinder",
Siarhei Vishniakou4c155eb2023-06-30 11:47:12 -070023 "libbinder_ndk",
Gang Wange9087892020-01-07 12:17:14 -050024 "libcrypto",
Siarhei Vishniakoud0784762019-11-01 15:33:48 -070025 "libcutils",
Siarhei Vishniakoud0784762019-11-01 15:33:48 -070026 "libinputflinger_base",
27 "libinputreporter",
28 "liblog",
29 "libstatslog",
Siarhei Vishniakoud0784762019-11-01 15:33:48 -070030 "libutils",
31 ],
32 static_libs: [
chaviw09c8d2d2020-08-24 15:48:26 -070033 "libattestation",
Siarhei Vishniakoud0784762019-11-01 15:33:48 -070034 "libinputdispatcher",
35 ],
36}