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

Commit 38d7706b authored by Leon Scroggins III's avatar Leon Scroggins III
Browse files

DisplayEventReceiver: static_assert the size of an Event

This verifies we do not have a cross ABI size issue.

Bug: 332230323
Test: m -j
Flag: Build only
Change-Id: I222243f7307ba008887b383eb0fa079a5753f5e6
parent d1dfe290
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -119,6 +119,7 @@ public:
            HdcpLevelsChange hdcpLevelsChange;
        };
    };
    static_assert(sizeof(Event) == 216);

public:
    /*