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

Commit fbb102ea authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "C++17 is the default now."

parents d2d1a5a2 60a42cca
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -34,7 +34,6 @@ cc_library_shared {
    ],
    ],


    cppflags: ["-Wno-conversion-null"],
    cppflags: ["-Wno-conversion-null"],
    cpp_std: "c++17",


    srcs: [
    srcs: [
        "AndroidRuntime.cpp",
        "AndroidRuntime.cpp",
+0 −2
Original line number Original line Diff line number Diff line
@@ -9,8 +9,6 @@ cc_defaults {
        "hwui_lto",
        "hwui_lto",
    ],
    ],


    cpp_std: "c++17",

    cflags: [
    cflags: [
        "-DEGL_EGLEXT_PROTOTYPES",
        "-DEGL_EGLEXT_PROTOTYPES",
        "-DGL_GLEXT_PROTOTYPES",
        "-DGL_GLEXT_PROTOTYPES",
+0 −1
Original line number Original line Diff line number Diff line
@@ -24,7 +24,6 @@ cc_defaults {
        "libdexfile",
        "libdexfile",
        "slicer",
        "slicer",
    ],
    ],
    cppflags: ["-std=c++17"],
}
}


cc_library_host_static {
cc_library_host_static {