blob: e200f8b303a5ed698322447bba13854f614e6fbe [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",
Siarhei Vishniakou4c155eb2023-06-30 11:47:12 -070022 "libbinder_ndk",
Gang Wange9087892020-01-07 12:17:14 -050023 "libcrypto",
Siarhei Vishniakoud0784762019-11-01 15:33:48 -070024 "libcutils",
Siarhei Vishniakoud0784762019-11-01 15:33:48 -070025 "libinputflinger_base",
26 "libinputreporter",
27 "liblog",
28 "libstatslog",
Siarhei Vishniakoud0784762019-11-01 15:33:48 -070029 "libutils",
30 ],
31 static_libs: [
chaviw09c8d2d2020-08-24 15:48:26 -070032 "libattestation",
Siarhei Vishniakoud0784762019-11-01 15:33:48 -070033 "libinputdispatcher",
34 ],
35}