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

Commit a79f3921 authored by Andy Hung's avatar Andy Hung Committed by Automerger Merge Worker
Browse files

Merge changes I147a476c,Ia769b124,Ibc0e3346,Icc961e82,Iaeb69e03, ... into sc-dev am: 67145562

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/av/+/14705249

Change-Id: I663a5e435e393296c9d5b6a956d4a1cf4ce9c390
parents 63847568 67145562
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -18,11 +18,11 @@ license {
    ],
}

cc_library_shared {
cc_library {
    name: "libdownmix",

    host_supported: true,
    vendor: true,
    srcs: ["EffectDownmix.c"],
    srcs: ["EffectDownmix.cpp"],

    shared_libs: [
        "libaudioutils",
Loading