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

Commit 97e57dde 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 am: 59075dbb

parents 38f018ec 59075dbb
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: [