Sign in
android
/
platform
/
frameworks
/
wilhelm
/
b00b93097f64b632d26242f7e753e4cec59c8a35
/
.
/
tests
/
Android.bp
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
=
[
"*"
]