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

Commit 898933c2 authored by Elliott Hughes's avatar Elliott Hughes
Browse files

Use the global default cpp_std.

Bug: http://b/344590580
Change-Id: I05848771b13231c0032638b8dfe6c4e6282188a1
parent 8ba47fe4
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -14,7 +14,6 @@ package {
cc_defaults {
    name: "mediatranscodingservice_test_defaults",

    cpp_std: "gnu++17",
    cflags: [
        "-Wall",
        "-Werror",
+2 −0
Original line number Diff line number Diff line
@@ -114,6 +114,8 @@ struct EventTracker {
        enum { NoEvent, Start, Pause, Resume, Finished, Failed } type;
        int64_t clientId;
        int32_t sessionId;

        friend bool operator==(const EventTracker::Event& lhs, const EventTracker::Event& rhs);
    };

#define DECLARE_EVENT(action)                                  \