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

Commit 287ce43d authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "The platform default is already newer than C++11."

parents 73478188 064ae1ff
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -22,7 +22,6 @@ cc_library {
    export_include_dirs: ["include"],
    shared_libs: shared_libs,
    header_libs: header_libraries,
    cppflags: ["-std=c++11"],
    cflags: [
        "-DLOG_TAG=\"VrVirtualTouchpad\"",
        "-Wall",
@@ -51,9 +50,6 @@ cc_test {
        "-Wall",
        "-Werror",
    ],
    cppflags: [
        "-std=c++11",
    ],
    host_ldlibs: [
        "-llog",
    ],
@@ -86,7 +82,6 @@ cc_binary {
    static_libs: service_static_libs,
    shared_libs: service_shared_libs,
    header_libs: header_libraries,
    cppflags: ["-std=c++11"],
    cflags: [
        "-DLOG_TAG=\"VrVirtualTouchpad\"",
        "-Wall",
@@ -118,7 +113,6 @@ cc_library {
    srcs: client_src,
    shared_libs: client_shared_libs,
    header_libs: header_libraries,
    cppflags: ["-std=c++11"],
    cflags: [
        "-DLOG_TAG=\"VirtualTouchpadClient\"",
        "-Wall",