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

Commit 721db6f8 authored by Elliott Hughes's avatar Elliott Hughes Committed by Gerrit Code Review
Browse files

Merge "Remove obsolete workaround." into main

parents b18991b9 ee4e40a8
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -34,13 +34,6 @@ cc_library {
        "libcodec2-aidl-client-defaults",
    ],

    // http://b/343951602#comment4 Explicitly set cpp_std to gnu++20.  The
    // default inherited from libcodec2-impl-defaults sets it to gnu++17 which
    // causes a segfault when mixing global std::string symbols built with
    // gnu++17 and gnu++20.  TODO(b/343951602): clean this after
    // libcodec2-impl-defaults opt into gnu++17 is removed.
    cpp_std: "gnu++20",

    header_libs: [
        "libcodec2_internal", // private
        "libcom.android.media.swcodec.apexcodecs-header",
+2 −0
Original line number Diff line number Diff line
@@ -77,12 +77,14 @@
#include <private/android/AHardwareBufferHelpers.h>
#include <system/window.h> // for NATIVE_WINDOW_QUERY_*

#include <algorithm>
#include <deque>
#include <iterator>
#include <limits>
#include <map>
#include <mutex>
#include <optional>
#include <ranges>
#include <sstream>
#include <thread>
#include <type_traits>