Move inline method detection to runtime.

The debugger needs this for selective deoptimization.

Change-Id: I8100000449b56e619288fb05d41ea6f02b53b334
diff --git a/compiler/Android.mk b/compiler/Android.mk
index 48e2bcd..2127b40 100644
--- a/compiler/Android.mk
+++ b/compiler/Android.mk
@@ -132,8 +132,7 @@
 endif
 
 LIBART_COMPILER_ENUM_OPERATOR_OUT_HEADER_FILES := \
-	dex/compiler_enums.h \
-	dex/quick/dex_file_method_inliner.h
+	dex/compiler_enums.h
 
 # $(1): target or host
 # $(2): ndebug or debug