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

Commit fe4864f1 authored by Yifan Hong's avatar Yifan Hong Committed by android-build-merger
Browse files

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

am: 76229a8e

Change-Id: I10cfb722ca6fb011858cc5146d18f74af19db2cd
parents f3f312e9 76229a8e
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,
}