Merge "libbinder: ProcessState - force mark SM stability" am: eed7614657 am: 78ecf58881

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

Change-Id: I28e4c9b3bcfe8aed81f8e5d043b59161bfdfcd34
diff --git a/libs/binder/ProcessState.cpp b/libs/binder/ProcessState.cpp
index 83ca687..9aedf28 100644
--- a/libs/binder/ProcessState.cpp
+++ b/libs/binder/ProcessState.cpp
@@ -130,7 +130,7 @@
 
     // 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;
 }