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

Commit bc334636 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

am: fe4864f1

Change-Id: I4163428893619dedfe3a8000d055130bcaa85fc4
parents 1d80f881 fe4864f1
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,
}