summaryrefslogtreecommitdiff
path: root/services/inputflinger/benchmarks/Android.bp
blob: 066a8160695e10cbf0a9783e4663fe9877aa6a08 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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",
    ],
}