summaryrefslogtreecommitdiff
path: root/tests/touchlag/Android.bp
blob: 2610cb386da207b58f0e616b41674f916ebe38f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
cc_test {
    name: "test-touchlag",
    gtest: false,

    srcs: ["touchlag.cpp"],

    shared_libs: [
        "libcutils",
        "libutils",
    ],

    cflags: [
        "-Wall",
        "-Wextra",
        "-Werror",
    ],
}