Support for deoptimization needed for debugging.
The deoptimization code is untested, and some sanity checks in the
instrumentation are disabled because they need debugging.
Change-Id: I1b60a65a60bddc9b107ad4659da097b55ce901c3
diff --git a/build/Android.common.mk b/build/Android.common.mk
index 9bc7541..420ad33 100644
--- a/build/Android.common.mk
+++ b/build/Android.common.mk
@@ -256,6 +256,7 @@
src/oat/runtime/support_cast.cc \
src/oat/runtime/support_debug.cc \
src/oat/runtime/support_dexcache.cc \
+ src/oat/runtime/support_deoptimize.cc \
src/oat/runtime/support_field.cc \
src/oat/runtime/support_fillarray.cc \
src/oat/runtime/support_instrumentation.cc \