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

Commit 0d210c78 authored by Elliott Hughes's avatar Elliott Hughes
Browse files

Remove explicit C++20.

C++20 is the global default already, and it's time to look at moving to C++23...

Change-Id: I71cd323af0e1503b3d4f170e89fc70ac2dfddc4a
parent 4d4495e2
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -31,7 +31,6 @@ ndk_library {

cc_defaults {
    name: "libandroid_defaults",
    cpp_std: "gnu++20",
    cflags: [
        "-Wall",
        "-Werror",