Enable libstagefright_bufferqueue_helper_novndk from system

There was a link error that process from vendor fails to find
libstagefright_bufferqueue_helper_novndk.so which was only in the
swcodec APEX. To fix this issue, this change enables the library also
from the system libraries.

Bug: 150257951
Test: m -j passed & Tested from betty
Change-Id: I0f6568e043a9ff1b7fdfe059d0619895efffe67d
gugelfrei
Kiyoung Kim 4 years ago committed by Chong Zhang
parent 6b4d9a1f19
commit 904b623c8c

@ -96,6 +96,7 @@ cc_library_shared {
apex_available: [
"com.android.media.swcodec",
"test_com.android.media.swcodec",
"//apex_available:platform",
],
vendor_available: false,
static_libs: [

Loading…
Cancel
Save