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

Commit 76229a8e authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix libmedia_helper dependencies." into oc-dr1-dev

parents c6747867 525eac3e
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,
}