You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
// Build the unit tests. |
|
cc_test { |
|
name: "libopenslestests", |
|
|
|
shared_libs: ["libOpenSLES"], |
|
|
|
srcs: ["mimeUri_test.cpp"], |
|
|
|
cflags: [ |
|
"-Werror", |
|
"-Wall", |
|
], |
|
} |
|
|
|
// Build the manual test programs. |
|
subdirs = ["*"]
|
|
|