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

Commit 7b5430b3 authored by Tomasz Wasilczyk's avatar Tomasz Wasilczyk
Browse files

Make sure to handle new RpcSession::FileDescriptorTransportMode

Bug: 289151149
Test: binder_rpc_test
Change-Id: I0944e94e52219c6f040c304f50e70a16f5ae25cd
parent d9154a7a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -63,6 +63,7 @@ static bool enableAncillaryFds(RpcSession::FileDescriptorTransportMode mode) {
        case RpcSession::FileDescriptorTransportMode::TRUSTY:
            return true;
    }
    LOG_ALWAYS_FATAL("Invalid FileDescriptorTransportMode: %d", static_cast<int>(mode));
}

RpcState::RpcState() {}