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

Commit eed76146 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "libbinder: ProcessState - force mark SM stability"

parents 3973cdeb 8cef02d1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -130,7 +130,7 @@ sp<IBinder> ProcessState::getContextObject(const sp<IBinder>& /*caller*/)

    // The root object is special since we get it directly from the driver, it is never
    // written by Parcell::writeStrongBinder.
    internal::Stability::tryMarkCompilationUnit(context.get());
    internal::Stability::markCompilationUnit(context.get());

    return context;
}