1package { 2 default_team: "trendy_team_input_framework", 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 11cc_benchmark { 12 name: "inputflinger_benchmarks", 13 srcs: [ 14 ":inputdispatcher_common_test_sources", 15 "InputDispatcher_benchmarks.cpp", 16 ], 17 defaults: [ 18 "inputflinger_defaults", 19 "libinputdispatcher_defaults", 20 ], 21 shared_libs: [ 22 "libbase", 23 "libbinder", 24 "libbinder_ndk", 25 "libcrypto", 26 "libcutils", 27 "libinputflinger_base", 28 "libinputreporter", 29 "liblog", 30 "libstatslog", 31 "libutils", 32 ], 33 static_libs: [ 34 "libattestation", 35 "libgmock", 36 "libgtest", 37 "libinputdispatcher", 38 ], 39} 40