diff options
author | 2020-12-02 02:12:37 +0000 | |
---|---|---|
committer | 2020-12-02 02:12:37 +0000 | |
commit | eed7614657ae82c12d6b3b01cbf8065ca663b8cf (patch) | |
tree | 04a86a32383ea0800ec523ea69cc2f46e22c9b19 | |
parent | 3973cdeba80b1adf2f4bf4106af24e7d8d0aa4cd (diff) | |
parent | 8cef02d1569a5ea345eb82ea2b1b88699c315552 (diff) |
Merge "libbinder: ProcessState - force mark SM stability"
-rw-r--r-- | libs/binder/ProcessState.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/binder/ProcessState.cpp b/libs/binder/ProcessState.cpp index 83ca687519..9aedf28964 100644 --- a/libs/binder/ProcessState.cpp +++ b/libs/binder/ProcessState.cpp @@ -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; } |