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

Commit 161410bc authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

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

parents 2fe9f86d 26022a4b
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -31,7 +31,6 @@ cc_library_shared {
        "-Werror",
    ],
    cppflags: [
        "-std=c++1z",
        "-Weverything",

        // The static constructors and destructors in this library have not been noted to
+0 −1
Original line number Diff line number Diff line
@@ -8,7 +8,6 @@ cc_defaults {
        "-Wunused",
        "-Wunreachable-code",
    ],
    cppflags: ["-std=c++1z"],
}

cc_defaults {
+0 −1
Original line number Diff line number Diff line
@@ -26,7 +26,6 @@ cc_library_shared {
        "-Werror",
    ],
    cppflags: [
        "-std=c++1z",
        "-Weverything",

        // The static constructors and destructors in this library have not been noted to
+0 −1
Original line number Diff line number Diff line
@@ -32,7 +32,6 @@ cc_test {
        "-Wall",
        "-Werror",
    ],
    cppflags: ["-std=c++1z"],
    name: "vrflinger_test",

    // TODO(b/117568153): Temporarily opt out using libcrt.
+0 −6
Original line number Diff line number Diff line
@@ -15,8 +15,6 @@
cc_library_shared {
    name: "libinputflinger",

    cpp_std: "c++17",

    srcs: [
        "InputDispatcher.cpp",
        "InputManager.cpp",
@@ -60,8 +58,6 @@ cc_library_headers {
cc_library_shared {
    name: "libinputreader",

    cpp_std: "c++17",

    srcs: [
        "EventHub.cpp",
        "InputReader.cpp",
@@ -100,8 +96,6 @@ cc_library_shared {
cc_library_shared {
    name: "libinputflinger_base",

    cpp_std: "c++17",

    srcs: [
        "InputListener.cpp",
        "InputReaderBase.cpp",
Loading