blob: 67d85d669e40cba8609faf1e95afa628859cfafc [file] [log] [blame]
Bob Badour3c538232021-02-12 21:26:48 -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",
28 ],
29 static_libs: [
30 "libinputdispatcher",
31 ],
32}