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

Commit d8bffa3a authored by Elliott Hughes's avatar Elliott Hughes Committed by Gerrit Code Review
Browse files

Merge "clang and C++14 are the defaults now."

parents 933c5f23 5cd5ce44
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
cc_library_shared {
    name: "libsurfacereplayer",
    clang: true,
    srcs: [
        "BufferQueueScheduler.cpp",
        "Event.cpp",
@@ -16,7 +15,6 @@ cc_library_shared {
	"-Wno-float-equal",
	"-Wno-sign-conversion",
	"-Wno-padded",
	"-std=c++14",
    ],
    static_libs: [
        "libtrace_proto",
@@ -41,7 +39,6 @@ cc_library_shared {

cc_binary {
    name: "surfacereplayer",
    clang: true,
    srcs: [
        "Main.cpp",
    ],
@@ -61,6 +58,5 @@ cc_binary {
	"-Wno-float-conversion",
	"-Wno-disabled-macro-expansion",
	"-Wno-float-equal",
	"-std=c++14",
    ],
}