summaryrefslogtreecommitdiff
path: root/compiler/driver/compiler_driver.h
diff options
context:
space:
mode:
author Brian Carlstrom <bdc@google.com> 2013-07-17 13:38:49 -0700
committer Android Git Automerger <android-git-automerger@android.com> 2013-07-17 13:38:49 -0700
commit5081c0f9aec26bb36ea5eb8e5df0404f02dec0d9 (patch)
tree085cf1f6adaf79729bd86fb4230a75a955ebcfa5 /compiler/driver/compiler_driver.h
parentf3f7830b24ded5b12ecba6afda06ee8d0c1924fb (diff)
parent56d947fbc9bc2992e2f93112fafb73e50d2aaa7a (diff)
am 56d947fb: Add verification of boot.oat generated on device
* commit '56d947fbc9bc2992e2f93112fafb73e50d2aaa7a': Add verification of boot.oat generated on device
Diffstat (limited to 'compiler/driver/compiler_driver.h')
-rw-r--r--compiler/driver/compiler_driver.h2
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"