Move inline method detection to runtime.
The debugger needs this for selective deoptimization.
Change-Id: I8100000449b56e619288fb05d41ea6f02b53b334
diff --git a/runtime/Android.mk b/runtime/Android.mk
index 98bec85..10b3f1e 100644
--- a/runtime/Android.mk
+++ b/runtime/Android.mk
@@ -125,6 +125,7 @@
os_linux.cc \
parsed_options.cc \
primitive.cc \
+ quick/inline_method_analyser.cc \
reference_table.cc \
reflection.cc \
runtime.cc \
@@ -291,6 +292,7 @@
lock_word.h \
mirror/class.h \
oat.h \
+ quick/inline_method_analyser.h \
thread.h \
thread_state.h \
verifier/method_verifier.h