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

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

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

am: d1842c43

Change-Id: Ib34759c49e6e102c8d4c606fca9ec66d5918d8fe
parents 217abc6f d1842c43
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -39,8 +39,6 @@ cc_library {
        "libutils",
    ],

    cpp_std: "c++17",

    version_script: "libbinder_ndk.map.txt",
}

+0 −1
Original line number Diff line number Diff line
@@ -22,7 +22,6 @@ cc_defaults {
    strip: {
        none: true,
    },
    cpp_std: "c++17",
    cflags: [
        "-O0",
        "-g",
+0 −1
Original line number Diff line number Diff line
@@ -16,7 +16,6 @@

cc_library {
    name: "libinput",
    cpp_std: "c++17",
    host_supported: true,
    cflags: [
        "-Wall",
+0 −4
Original line number Diff line number Diff line
@@ -43,10 +43,6 @@ cc_library {
        "-Wno-unused-function",
    ],

    cppflags: [
        "-std=c++1z"
    ],

    version_script: "libnativewindow.map.txt",

    srcs: [
+0 −3
Original line number Diff line number Diff line
@@ -84,9 +84,6 @@ cc_library_static {
        "-Wno-error=sign-compare", // to fix later
        "-Wno-unused-variable",
    ],
    cppflags: [
        "-std=c++1z"
    ],
    shared_libs: sharedLibraries,
    whole_static_libs: staticLibraries,
    header_libs: headerLibraries,
Loading