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

Commit 240e65a1 authored by Tomasz Wasilczyk's avatar Tomasz Wasilczyk
Browse files

codec2 (mainline): pin cpp_std to gnu++17

This project doesn't build with gnu++20 and prevents AOSP default to be
upgraded to a newer standard. Once the build failure is fixed here, this
change can be reverted.

Bug: 311052584
Test: m checkbuild
Change-Id: Ie79a03959c6eb1aca7e9de95e06529f3d874de1d
parent 644db222
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -171,6 +171,7 @@ cc_defaults {
// public dependency for implementing Codec 2 components
cc_defaults {
    name: "libcodec2-impl-defaults",
    cpp_std: "gnu++17",

    shared_libs: [
        "libbase", // for C2_LOG