summaryrefslogtreecommitdiff
path: root/tests/fingerprint/Android.bp
blob: 7de3dee2c3788edf710aa4f7a3282e0e1fafc73d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
cc_test {
    name: "fingerprint_tests",
    srcs: ["fingerprint_tests.cpp"],

    shared_libs: [
        "liblog",
        "libhardware",
    ],

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