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

Commit 019f0c5a authored by T.J. Mercier's avatar T.J. Mercier
Browse files

Remove unnecessary cpp_std: "c++2a"

C++20 is now the default standard library version. [1]

Remove modules manually depending on versions <= 20.

[1] https://r.android.com/c/platform/build/soong/+/2760825

Test: m
Change-Id: Ife0162a1e71798bdc543e862b46736ed4318ca20
parent 2ec10472
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -11,7 +11,6 @@ cc_library_static {
    name: "libservices.core",
    defaults: ["libservices.core-libs"],

    cpp_std: "c++2a",
    cflags: [
        "-Wall",
        "-Werror",