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    ],
13}
14
15// Build the manual test programs.
16subdirs = ["*"]
17