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

Commit 3ad88e2d authored by Arthur Ishiguro's avatar Arthur Ishiguro
Browse files

Add single-threaded ifdef guard for FdTrigger.cpp

This CL adds appropriate ifdef guard for FdUtils.h, which is only used of BINDER_RPC_SINGLE_THREADED is not set.

Bug: 410035138
Flag: EXEMPT bug fix
Test: Compile
Change-Id: Ib772fcf0676ff7ef0f589f1251bf4f3ee411c38e
parent 43d44475
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -23,7 +23,9 @@

#include <binder/Functional.h>

#ifndef BINDER_RPC_SINGLE_THREADED
#include "FdUtils.h"
#endif // BINDER_RPC_SINGLE_THREADED
#include "RpcState.h"
#include "Utils.h"