diff options
| author | 2020-12-02 04:12:19 +0000 | |
|---|---|---|
| committer | 2020-12-02 04:12:19 +0000 | |
| commit | 41014a8bfaaceaa62c7c62000abec2c22f574e6c (patch) | |
| tree | ca2d71e50c58b3f3a4b51d1ffcf5e01244e71932 | |
| parent | 53be0114643b96d593ae79f50d199aafe4cd5dde (diff) | |
| parent | 6f1b5e366546bda42b55ce12df8152326ee3fc8e (diff) | |
Merge "libbinder: ProcessState - force mark SM stability" am: eed7614657 am: 78ecf58881 am: 6f1b5e3665
Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/1514933
Change-Id: Ia7852ce5b299e6182bbd13b6c23a46a15db6a6a4
| -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; } |