Gitiles
Code Review
Sign In
review.evervolv.com
/
android_frameworks_av
/
b922c2ece0015071925bdb9fc84984c9df00aee5
/
.
/
media
/
libaaudio
/
examples
/
loopback
/
Android.bp
blob: fa8fdc9738f47b66b8d428d1f3151a97a755ae09 [
file
] [
log
] [
blame
]
cc_test
{
name
:
"aaudio_loopback"
,
gtest
:
false
,
srcs
:
[
"src/loopback.cpp"
],
cflags
:
[
"-Wall"
,
"-Werror"
],
shared_libs
:
[
"libaaudio"
],
header_libs
:
[
"libaaudio_example_utils"
],
}