Gitiles
Code Review
Sign In
review.evervolv.com
/
android_frameworks_av
/
a29cd562f6f5839cce7e3be2e547d19c2d27f15d
/
.
/
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
,
}