24 lines
478 B
Plaintext
24 lines
478 B
Plaintext
cc_benchmark {
|
|
name: "inputflinger_benchmarks",
|
|
srcs: [
|
|
"InputDispatcher_benchmarks.cpp",
|
|
],
|
|
defaults: ["inputflinger_defaults"],
|
|
shared_libs: [
|
|
"libbase",
|
|
"libbinder",
|
|
"libcrypto",
|
|
"libcutils",
|
|
"libinput",
|
|
"libinputflinger_base",
|
|
"libinputreporter",
|
|
"liblog",
|
|
"libstatslog",
|
|
"libui",
|
|
"libutils",
|
|
],
|
|
static_libs: [
|
|
"libinputdispatcher",
|
|
],
|
|
}
|