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

Commit 6f1b5e36 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: 78ecf588

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

Change-Id: I28e4c9b3bcfe8aed81f8e5d043b59161bfdfcd34
parents ed61d979 78ecf588
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;
}