From 904b623c8cdbd43a2089c5d3b45240757bd3bc81 Mon Sep 17 00:00:00 2001 From: Kiyoung Kim Date: Wed, 26 Feb 2020 14:52:00 +0900 Subject: [PATCH] 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 --- media/libstagefright/bqhelper/Android.bp | 1 + 1 file changed, 1 insertion(+) diff --git a/media/libstagefright/bqhelper/Android.bp b/media/libstagefright/bqhelper/Android.bp index 731713f709..37e842a1c1 100644 --- a/media/libstagefright/bqhelper/Android.bp +++ b/media/libstagefright/bqhelper/Android.bp @@ -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: [