| Bob Badour | 3c53823 | 2021-02-12 21:26:48 -0800 | [diff] [blame] | 1 | package { |
| 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 Vishniakou | d078476 | 2019-11-01 15:33:48 -0700 | [diff] [blame] | 10 | cc_benchmark { |
| 11 | name: "inputflinger_benchmarks", |
| 12 | srcs: [ |
| 13 | "InputDispatcher_benchmarks.cpp", |
| 14 | ], |
| 15 | defaults: ["inputflinger_defaults"], |
| 16 | shared_libs: [ |
| 17 | "libbase", |
| 18 | "libbinder", |
| Gang Wang | e908789 | 2020-01-07 12:17:14 -0500 | [diff] [blame] | 19 | "libcrypto", |
| Siarhei Vishniakou | d078476 | 2019-11-01 15:33:48 -0700 | [diff] [blame] | 20 | "libcutils", |
| 21 | "libinput", |
| 22 | "libinputflinger_base", |
| 23 | "libinputreporter", |
| 24 | "liblog", |
| 25 | "libstatslog", |
| 26 | "libui", |
| 27 | "libutils", |
| 28 | ], |
| 29 | static_libs: [ |
| 30 | "libinputdispatcher", |
| 31 | ], |
| 32 | } |