Remove static linking of libstagefright and libmedia_helper from libmedia2_jni

Test: build and boot
Bug: 126159708
Change-Id: Iac1b4c123a985f6f7f6f88efe320f49981c793f4
gugelfrei
Dongwon Kang 5 years ago
parent ea69bfb0f5
commit 03852c6738

@ -259,6 +259,7 @@ cc_library_static {
name: "libmedia_player2_util",
srcs: [
"AudioParameter.cpp",
"BufferingSettings.cpp",
"DataSourceDesc.cpp",
"MediaCodecBuffer.cpp",

@ -265,9 +265,11 @@ cc_library_static {
srcs: [
"ClearFileSource.cpp",
"DataURISource.cpp",
"DataSourceBase.cpp",
"HTTPBase.cpp",
"HevcUtils.cpp",
"MediaClock.cpp",
"MediaSource.cpp",
"NdkUtils.cpp",
"Utils.cpp",
"VideoFrameSchedulerBase.cpp",

Loading…
Cancel
Save