allwinner_a64/android/frameworks/wilhelm/tests/Android.bp
2018-08-08 15:50:00 +08:00

16 lines
245 B
Text

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