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

Commit 8dd21cd6 authored by Elliott Hughes's avatar Elliott Hughes Committed by android-build-merger
Browse files

Merge "C++17 is the default now." am: fbb102ea

am: ccb3d1d6

Change-Id: I9d422db18f2c87c5f44e8f6e3598d6e597b32c21
parents f374fdcb ccb3d1d6
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 {