Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
frameworks
/
wilhelm
/
68bbca5f41699c4769ab030056c382f1338e3c8a
/
.
/
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
=
[
"*"
]