Sign in
android
/
platform
/
frameworks
/
wilhelm
/
refs/heads/android11-mainline-extservices-release
/
.
/
tests
/
Android.bp
blob: fb33c084e863684f90fb8277d46fe3f7f276a9d7 [
file
] [
log
] [
blame
] [
edit
]
// Build the unit tests.
cc_test
{
name
:
"libopenslestests"
,
shared_libs
:
[
"libOpenSLES"
],
srcs
:
[
"mimeUri_test.cpp"
],
cflags
:
[
"-Werror"
,
"-Wall"
,
"-Wno-deprecated-declarations"
,
],
}
// Build the manual test programs.
subdirs
=
[
"*"
]