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

Commit 35b37c41 authored by Tianyu Jiang's avatar Tianyu Jiang
Browse files

Fix the includes for BufferHubEventFd tests.

Fixes: 120557224
Test: BufferHubBuffer_test build and run without segfault, although
there are two actual tests fails due to another issue in b/120511789.

Change-Id: Iecf7d486415252c186727133d7f617587fc16669
parent 91f56830
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,14 +19,14 @@
#include <sys/epoll.h>
#include <sys/eventfd.h>

#include <hidl/ServiceManagement.h>
#include <hwbinder/IPCThreadState.h>
#include <array>
#include <condition_variable>
#include <mutex>
#include <thread>

#include <gmock/gmock.h>
#include <gtest/gtest.h>
#include <log/log.h>
#include <ui/BufferHubEventFd.h>

namespace android {