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

Commit 41014a8b authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

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

Merge "libbinder: ProcessState - force mark SM stability" am: eed76146 am: 78ecf588 am: 6f1b5e36

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

Change-Id: Ia7852ce5b299e6182bbd13b6c23a46a15db6a6a4
parents 53be0114 6f1b5e36
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;
}