Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Project
/
android_frameworks_av
/
b5c0071bb7a1c6524deb42ac6643d8fae3106248
/
.
/
media
/
extractors
/
mp3
/
Android.bp
blob: 102ac813fff1dacb3129357b29b77af6014ace2b [
file
] [
log
] [
blame
]
cc_library
{
name
:
"libmp3extractor"
,
defaults
:
[
"extractor-defaults"
],
srcs
:
[
"MP3Extractor.cpp"
,
"VBRISeeker.cpp"
,
"XINGSeeker.cpp"
,
],
static_libs
:
[
"libutils"
,
"libstagefright_id3"
,
"libstagefright_foundation"
,
],
}