1// Build the unit tests.
2cc_test {
3    name: "libopenslestests",
4
5    shared_libs: ["libOpenSLES"],
6
7    srcs: ["mimeUri_test.cpp"],
8
9    cflags: [
10        "-Werror",
11        "-Wall",
12        "-Wno-deprecated-declarations",
13    ],
14}
15
16// Build the manual test programs.
17subdirs = ["*"]
18