Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 710857ad authored by Jiyong Park's avatar Jiyong Park Committed by S Vasudev Prasad
Browse files

Replace the shared lib dependency to libmedia with header deps

libstagefright_mpeg2support actually doesn't link with libmedia. It uses
headers from the library. Replace the shared lib dependency to the
library with the header lib dependency to libmedia_headers and
libaudioclient_headers.

Note: This was erroneously reverted in a subsequent patch. Hence
reuploading the change with a new Change Id to fix the revert.

Bug: N/A
Test: m libstagefright_mpeg2support
Change-Id: I20bf45b2eeb853eba653b539b1e1804272038cdc
parent fd3a9793
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -29,7 +29,6 @@ cc_library_static {

    shared_libs: [
        "libcrypto",
        "libmedia",
        "libhidlmemory",
        "android.hardware.cas.native@1.0",
        "android.hidl.memory@1.0",
@@ -37,6 +36,8 @@ cc_library_static {
    ],

    header_libs: [
        "libmedia_headers",
        "libaudioclient_headers",
        "media_ndk_headers",
    ],