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