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

Commit d84326a1 authored by Jiyong Park's avatar Jiyong Park
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.

Bug: N/A
Test: m libstagefright_mpeg2support
Change-Id: I87dba95b344eb95c9d36746c8234640815236956
parent 83e2dd64
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",
    ],