Merge "ART: clean-up 959-invoke-polymorphic-accessors"
am: 445e0ec372

Change-Id: Ib567c0522a6f906bdc85004ac89f1167e0d82bf8
diff --git a/runtime/runtime.cc b/runtime/runtime.cc
index a4ed21e..d507758 100644
--- a/runtime/runtime.cc
+++ b/runtime/runtime.cc
@@ -508,6 +508,10 @@
   UNUSED(old_value);
 #endif
 
+#ifdef ART_TARGET_ANDROID
+  android_set_abort_message(msg);
+#endif
+
   // Ensure that we don't have multiple threads trying to abort at once,
   // which would result in significantly worse diagnostics.
   MutexLock mu(Thread::Current(), *Locks::abort_lock_);