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

Commit 24c241fa authored by Pawit Pornkitprasan's avatar Pawit Pornkitprasan
Browse files

binder: add compat symbol

Required for older Samsung libtvout

Change-Id: Ib18d2513570382432d49f302ab041230650372f2
parent 34350c89
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -362,6 +362,10 @@ status_t IPCThreadState::clearLastError()
    return err;
}

extern "C" int _ZN7android14IPCThreadState13getCallingPidEv(IPCThreadState *state) {
    return state->getCallingPid();
}

int IPCThreadState::getCallingPid() const
{
    return mCallingPid;