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

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

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

am: fbb102ea

Change-Id: I9674640ffa53c4998c9d4f52340803e309b04eb1
parents eacfc9fd fbb102ea
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -34,7 +34,6 @@ cc_library_shared {
    ],

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

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

    cpp_std: "c++17",

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

cc_library_host_static {