Gitiles
Code Review
Sign In
review.evervolv.com
/
android_frameworks_av
/
0e8d654f7d68ff8d8c8e4cbb41c83bb5a2d3b1fe
/
.
/
services
/
medialog
/
Android.bp
blob: 1f811d3b8dd3303db668581ba1901a1abd86a6b0 [
file
] [
log
] [
blame
]
cc_library_shared
{
name
:
"libmedialogservice"
,
srcs
:
[
"IMediaLogService.cpp"
,
"MediaLogService.cpp"
,
],
shared_libs
:
[
"libaudioutils"
,
"libbinder"
,
"liblog"
,
"libnbaio"
,
"libutils"
,
],
cflags
:
[
"-Werror"
,
"-Wall"
,
],
}