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

Commit 6ad846fb authored by Elliott Hughes's avatar Elliott Hughes
Browse files

C++14 is the default now.

Bug: http://b/32019064
Test: builds
Change-Id: Id20b7844117e1d8b8a7df205b5c1c8470bc7cc6f
parent d7e01d70
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -9,7 +9,6 @@ cc_library_static {
        "-Werror",
    ],
    cppflags: [
        "-std=c++11",
        "-Wno-sign-compare",
    ],
    export_include_dirs: [
@@ -35,7 +34,6 @@ cc_library_static {
        "-Werror",
    ],
    cppflags: [
        "-std=c++11",
        "-Wno-sign-compare",
    ],
    export_include_dirs: [