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

Commit 60a42cca authored by Elliott Hughes's avatar Elliott Hughes
Browse files

C++17 is the default now.

Test: builds
Change-Id: I64495775afe4ded7d3312cc35a154fecba64adc3
parent e7753e08
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 {