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

Commit 67145562 authored by Andy Hung's avatar Andy Hung Committed by Android (Google) Code Review
Browse files

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

* changes:
  Downmix: Clean up the generic downmix
  Downmix: Remove unneeded LVM_FLOAT
  Downmix: Remove unnecessary channel mask redefine
  Downmix: Enable host test
  Downmix: Move to cpp
  Downmix: Add benchmark
  Downmix: Clean up unnecessary API and add gtest
parents 50f80e0c ef25b6b9
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