diff options
author | 2013-07-15 13:14:23 -0700 | |
---|---|---|
committer | 2013-07-17 13:10:11 -0700 | |
commit | 56d947fbc9bc2992e2f93112fafb73e50d2aaa7a (patch) | |
tree | cfdbb596075c8652384e89c1d002f147d610c07d /compiler/driver/compiler_driver.h | |
parent | 6d69f592696f3bbd3bb0978ae3b25f2c359aac0d (diff) |
Add verification of boot.oat generated on device
Change-Id: I069586205a9a92fc7375ccf5cdde136bbbcfc800
Diffstat (limited to 'compiler/driver/compiler_driver.h')
-rw-r--r-- | compiler/driver/compiler_driver.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/driver/compiler_driver.h b/compiler/driver/compiler_driver.h index d37f494ef1..4d7f0cf7b6 100644 --- a/compiler/driver/compiler_driver.h +++ b/compiler/driver/compiler_driver.h @@ -29,7 +29,7 @@ #include "instruction_set.h" #include "invoke_type.h" #include "method_reference.h" -#include "oat_file.h" +#include "os.h" #include "runtime.h" #include "safe_map.h" #include "thread_pool.h" |