blob: 3e3fdff096536bd9ed75431927724a0a5776e11d [file] [log] [blame]
// Build the unit tests.
cc_test {
name: "libopenslestests",
shared_libs: ["libOpenSLES"],
srcs: ["mimeUri_test.cpp"],
cflags: [
"-Werror",
"-Wall",
],
}
// Build the manual test programs.
subdirs = ["*"]