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

Commit 78ecf588 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "libbinder: ProcessState - force mark SM stability" am: eed76146

Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/1514933

Change-Id: Ie771a55f9d5ae86236877da782b948fd0a4d71d0
parents f45b5b78 eed76146
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;
}