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

Commit 064ae1ff authored by Elliott Hughes's avatar Elliott Hughes
Browse files

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

Bug: http://b/32019064
Test: builds
Change-Id: I0cee53787dd3eff9e194098a35da9b96f3a13882
parent 8b8ce408
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",