diff options
author | Brian Carlstrom <bdc@google.com> | 2013-07-15 13:14:23 -0700 |
---|---|---|
committer | Brian Carlstrom <bdc@google.com> | 2013-07-17 13:10:11 -0700 |
commit | 56d947fbc9bc2992e2f93112fafb73e50d2aaa7a (patch) | |
tree | cfdbb596075c8652384e89c1d002f147d610c07d /compiler/llvm/compiler_llvm.cc | |
parent | 6d69f592696f3bbd3bb0978ae3b25f2c359aac0d (diff) | |
download | android_art-56d947fbc9bc2992e2f93112fafb73e50d2aaa7a.tar.gz android_art-56d947fbc9bc2992e2f93112fafb73e50d2aaa7a.tar.bz2 android_art-56d947fbc9bc2992e2f93112fafb73e50d2aaa7a.zip |
Add verification of boot.oat generated on device
Change-Id: I069586205a9a92fc7375ccf5cdde136bbbcfc800
Diffstat (limited to 'compiler/llvm/compiler_llvm.cc')
-rw-r--r-- | compiler/llvm/compiler_llvm.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/llvm/compiler_llvm.cc b/compiler/llvm/compiler_llvm.cc index afca223192..4475b25043 100644 --- a/compiler/llvm/compiler_llvm.cc +++ b/compiler/llvm/compiler_llvm.cc @@ -26,7 +26,6 @@ #include "ir_builder.h" #include "jni/portable/jni_compiler.h" #include "llvm_compilation_unit.h" -#include "oat_file.h" #include "utils_llvm.h" #include "verifier/method_verifier.h" |