1cc_benchmark { 2 name: "inputflinger_benchmarks", 3 srcs: [ 4 "InputDispatcher_benchmarks.cpp", 5 ], 6 defaults: ["inputflinger_defaults"], 7 shared_libs: [ 8 "libbase", 9 "libbinder", 10 "libcrypto", 11 "libcutils", 12 "libinput", 13 "libinputflinger_base", 14 "libinputreporter", 15 "liblog", 16 "libstatslog", 17 "libui", 18 "libutils", 19 ], 20 static_libs: [ 21 "libinputdispatcher", 22 ], 23} 24