diff options
author | 2015-07-14 11:37:54 +0100 | |
---|---|---|
committer | 2015-07-15 10:44:34 +0100 | |
commit | c04c800e7bda94abfadc8c2d30f58c50b261b612 (patch) | |
tree | c4096b86bde3b8be56be21bf1a72b7a04f227430 /runtime/class_linker.cc | |
parent | f68c8545382925062da2b87169ca2b5314f0b431 (diff) |
Revert "Revert "Revert "Revert "Make dex2dex return a CompiledMethod after quickening.""""
This reverts commit ed6195a514e3253576af27ea9ba13038509d29ac.
Change-Id: Icb58854301e8982147cdebe3edf2e0d9e0a63a56
Diffstat (limited to 'runtime/class_linker.cc')
-rw-r--r-- | runtime/class_linker.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/class_linker.cc b/runtime/class_linker.cc index 06942275c6..1ec02aa44b 100644 --- a/runtime/class_linker.cc +++ b/runtime/class_linker.cc @@ -55,6 +55,7 @@ #include "linear_alloc.h" #include "oat.h" #include "oat_file.h" +#include "oat_file-inl.h" #include "oat_file_assistant.h" #include "object_lock.h" #include "mirror/class.h" |