Bob Badour | 3306e49 | 2021-02-25 15:35:37 -0800 | [diff] [blame] | 1 | package { |
Aditya Choudhary | b48ed1d | 2024-01-31 11:06:10 +0000 | [diff] [blame^] | 2 | default_team: "trendy_team_input_framework", |
Bob Badour | 3306e49 | 2021-02-25 15:35:37 -0800 | [diff] [blame] | 3 | // 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 Vishniakou | d078476 | 2019-11-01 15:33:48 -0700 | [diff] [blame] | 11 | cc_benchmark { |
| 12 | name: "inputflinger_benchmarks", |
| 13 | srcs: [ |
| 14 | "InputDispatcher_benchmarks.cpp", |
| 15 | ], |
Siarhei Vishniakou | a04181f | 2021-03-26 05:56:49 +0000 | [diff] [blame] | 16 | defaults: [ |
| 17 | "inputflinger_defaults", |
| 18 | "libinputdispatcher_defaults", |
| 19 | ], |
Siarhei Vishniakou | d078476 | 2019-11-01 15:33:48 -0700 | [diff] [blame] | 20 | shared_libs: [ |
| 21 | "libbase", |
| 22 | "libbinder", |
Siarhei Vishniakou | 4c155eb | 2023-06-30 11:47:12 -0700 | [diff] [blame] | 23 | "libbinder_ndk", |
Gang Wang | e908789 | 2020-01-07 12:17:14 -0500 | [diff] [blame] | 24 | "libcrypto", |
Siarhei Vishniakou | d078476 | 2019-11-01 15:33:48 -0700 | [diff] [blame] | 25 | "libcutils", |
Siarhei Vishniakou | d078476 | 2019-11-01 15:33:48 -0700 | [diff] [blame] | 26 | "libinputflinger_base", |
| 27 | "libinputreporter", |
| 28 | "liblog", |
| 29 | "libstatslog", |
Siarhei Vishniakou | d078476 | 2019-11-01 15:33:48 -0700 | [diff] [blame] | 30 | "libutils", |
| 31 | ], |
| 32 | static_libs: [ |
chaviw | 09c8d2d | 2020-08-24 15:48:26 -0700 | [diff] [blame] | 33 | "libattestation", |
Siarhei Vishniakou | d078476 | 2019-11-01 15:33:48 -0700 | [diff] [blame] | 34 | "libinputdispatcher", |
| 35 | ], |
| 36 | } |