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

Commit 525eac3e authored by Yifan Hong's avatar Yifan Hong
Browse files

Fix libmedia_helper dependencies.

Test: mma -j BOARD_VNDK_VERSION=current
Test: m -j BOARD_VNDK_VERSION=current
Test: m -j

Bug: 37342627
Change-Id: Ic1f05716df3802f7ef93c1e452565b901d0d1df9
parent de9075f8
Loading
Loading
Loading
Loading
+6 −3
Original line number Diff line number Diff line
@@ -13,9 +13,12 @@ cc_library {
        "-Wno-error=deprecated-declarations",
        "-Wall",
    ],
    shared: {
    shared_libs: ["libutils", "liblog", "libgui"],
    },
    header_libs: [
        "libmedia_headers",
        "libaudioclient_headers",
        "libaudio_system_headers",
    ],
    clang: true,
}