blob: 438507229b4b93e77d9c8fdfdf7f9ea2a885a56f [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: [
Prabir Pradhan81e89fe2024-03-20 21:17:09 +000014 ":inputdispatcher_common_test_sources",
Siarhei Vishniakoud0784762019-11-01 15:33:48 -070015 "InputDispatcher_benchmarks.cpp",
16 ],
Siarhei Vishniakoua04181f2021-03-26 05:56:49 +000017 defaults: [
18 "inputflinger_defaults",
19 "libinputdispatcher_defaults",
20 ],
Siarhei Vishniakoud0784762019-11-01 15:33:48 -070021 shared_libs: [
22 "libbase",
23 "libbinder",
Siarhei Vishniakou4c155eb2023-06-30 11:47:12 -070024 "libbinder_ndk",
Gang Wange9087892020-01-07 12:17:14 -050025 "libcrypto",
Siarhei Vishniakoud0784762019-11-01 15:33:48 -070026 "libcutils",
Siarhei Vishniakoud0784762019-11-01 15:33:48 -070027 "libinputflinger_base",
28 "libinputreporter",
29 "liblog",
30 "libstatslog",
Siarhei Vishniakoud0784762019-11-01 15:33:48 -070031 "libutils",
32 ],
33 static_libs: [
chaviw09c8d2d2020-08-24 15:48:26 -070034 "libattestation",
Prabir Pradhan81e89fe2024-03-20 21:17:09 +000035 "libgmock",
36 "libgtest",
Siarhei Vishniakoud0784762019-11-01 15:33:48 -070037 "libinputdispatcher",
38 ],
39}