summaryrefslogtreecommitdiff
path: root/tests/automated/Android.bp
blob: 6b78d5db2272f1fb7743d0879d9b7e6e5bb9e29f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// Build the unit tests.

cc_test {
    name: "BufferQueue_test",

    srcs: ["BufferQueue_test.cpp"],

    shared_libs: ["libOpenSLES"],

    static_libs: ["libOpenSLESUT"],

    cflags: [
        "-Werror",
        "-Wall",
        "-Wno-deprecated-declarations",
    ],
}