Removed compiled resolution trampoline.

Created assembly versions of resolution trampoline for portable and
quick. Removed compiled version from the image.

Change-Id: I183e110c4e102fb45ce6e7f4e855f8bed7986251
diff --git a/src/check_jni.cc b/src/check_jni.cc
index f97e0b3..19f8abf 100644
--- a/src/check_jni.cc
+++ b/src/check_jni.cc
@@ -31,9 +31,9 @@
 #include "mirror/object_array-inl.h"
 #include "mirror/throwable.h"
 #include "object_utils.h"
+#include "runtime.h"
 #include "scoped_thread_state_change.h"
 #include "thread.h"
-#include "runtime.h"
 
 #define LIBCORE_CPP_JNI_HELPERS
 #include <JNIHelp.h> // from libcore