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

Commit 358cd23b authored by Tomasz Wasilczyk's avatar Tomasz Wasilczyk
Browse files

mediatranscoding: 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: I3ce6d0c7244356c87244de7e44af60c34e892178
parent b5034c24
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -14,6 +14,7 @@ package {
cc_defaults {
    name: "mediatranscodingservice_test_defaults",

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