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

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

Merge "libreverbwrapper: Build both static and shared libraries" am:...

Merge "libreverbwrapper: Build both static and shared libraries" am: 64300802 am: d13082ef am: 77aef589

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I157d11535acc6809e1cd19d2a87b4872416e3809
parents 30d48192 77aef589
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -59,9 +59,12 @@ cc_test {
    shared_libs: [
        "libaudioutils",
        "liblog",
        "libreverbwrapper",
    ],

    static_libs: [
        "libreverb",
        "libreverbwrapper",
    ],
    srcs: [
        "reverb_test.cpp",
    ],
+1 −1
Original line number Diff line number Diff line
@@ -61,7 +61,7 @@ do
            do
                for chMask in {0..22}
                do
                    adb shell LD_LIBRARY_PATH=/system/vendor/lib/soundfx $testdir/reverb_test \
                    adb shell $testdir/reverb_test \
                        --input $testdir/sinesweepraw.raw \
                        --output $testdir/sinesweep_$((chMask))_$((fs)).raw \
                        --chMask $chMask $flags --fs $fs --preset $preset_val
+1 −1
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@ cc_library {
}

// reverb wrapper
cc_library_shared {
cc_library {
    name: "libreverbwrapper",

    arch: {