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

Commit 59075dbb authored by Krzysztof Kosiński's avatar Krzysztof Kosiński Committed by Automerger Merge Worker
Browse files

Merge "Use canonical copy of ABSL for WebRTC dep." into main am: b6567484

parents fa07cf28 b6567484
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -55,8 +55,8 @@ cc_library {
    defaults: ["libaudiopreprocessing-defaults"],
    relative_install_path: "soundfx",
    srcs: ["PreProcessing.cpp"],
    header_libs: [
        "libwebrtc_absl_headers",
    static_libs: [
        "libabsl",
    ],
}

@@ -77,6 +77,7 @@ cc_library_shared {
        "libutils",
    ],
    static_libs: [
        "libabsl",
        "webrtc_audio_processing",
    ],
    header_libs: [