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

Commit aa40f89b authored by Tomasz Wasilczyk's avatar Tomasz Wasilczyk
Browse files

libmediautils: 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: Ic8f282ea040613e4b99c7a9885f31acfc4624e42
parent 20d97e07
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -13,6 +13,7 @@ cc_defaults {

    host_supported: true,

    cpp_std: "gnu++17",
    cflags: [
        "-Wall",
        "-Werror",