Bob Badour | 3306e49 | 2021-02-25 15:35:37 -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 | ], |
Siarhei Vishniakou | a04181f | 2021-03-26 05:56:49 +0000 | [diff] [blame] | 15 | defaults: [ |
| 16 | "inputflinger_defaults", |
| 17 | "libinputdispatcher_defaults", |
| 18 | ], |
Siarhei Vishniakou | d078476 | 2019-11-01 15:33:48 -0700 | [diff] [blame] | 19 | shared_libs: [ |
| 20 | "libbase", |
| 21 | "libbinder", |
Siarhei Vishniakou | 4c155eb | 2023-06-30 11:47:12 -0700 | [diff] [blame] | 22 | "libbinder_ndk", |
Gang Wang | e908789 | 2020-01-07 12:17:14 -0500 | [diff] [blame] | 23 | "libcrypto", |
Siarhei Vishniakou | d078476 | 2019-11-01 15:33:48 -0700 | [diff] [blame] | 24 | "libcutils", |
Siarhei Vishniakou | d078476 | 2019-11-01 15:33:48 -0700 | [diff] [blame] | 25 | "libinputflinger_base", |
| 26 | "libinputreporter", |
| 27 | "liblog", |
| 28 | "libstatslog", |
Siarhei Vishniakou | d078476 | 2019-11-01 15:33:48 -0700 | [diff] [blame] | 29 | "libutils", |
| 30 | ], |
| 31 | static_libs: [ |
chaviw | 09c8d2d | 2020-08-24 15:48:26 -0700 | [diff] [blame] | 32 | "libattestation", |
Siarhei Vishniakou | d078476 | 2019-11-01 15:33:48 -0700 | [diff] [blame] | 33 | "libinputdispatcher", |
| 34 | ], |
| 35 | } |