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

Commit 5cd5ce44 authored by Elliott Hughes's avatar Elliott Hughes
Browse files

clang and C++14 are the defaults now.

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