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

Commit c226ea4b authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Replace the shared lib dependency to libmedia with header deps"

parents 895dc21f d84326a1
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",
    ],