Gitiles
Code Review
Sign In
review.evervolv.com
/
android_frameworks_av
/
881fc5c65fc7d8c56af0dea181d751fcec3a2b1c
/
.
/
media
/
libmedia
/
Android.bp
blob: 4b1454360c97567e0661dde331c40c38352c7381 [
file
] [
log
] [
blame
]
cc_library
{
name
:
"libmedia_helper"
,
srcs
:
[
"AudioParameter.cpp"
,
"TypeConverter.cpp"
],
cflags
:
[
"-Werror"
,
"-Wno-error=deprecated-declarations"
,
"-Wall"
,
],
shared
:
{
shared_libs
:
[
"libutils"
,
"liblog"
],
},
clang
:
true
,
}