summaryrefslogtreecommitdiff
path: root/dex2oat/dex2oat_options.h
diff options
context:
space:
mode:
author Dmitrii Ishcheikin <ishcheikin@google.com> 2024-01-17 15:54:51 +0000
committer Dmitrii Ishcheikin <ishcheikin@google.com> 2024-01-19 18:01:00 +0000
commit06d94bd3ac251c3e8656a71cbe1c504e2a5f3830 (patch)
treea0863c576f8abb283299219d0873a59e0c888d88 /dex2oat/dex2oat_options.h
parent9f8df195b7ff2ce47eec4e9b193ff3214ebed19c (diff)
Move files related to compiled code into oat/ directory
Test: art/test.py -b --host Change-Id: Icedd3a82c6bca5147c3bc9dc50de5a729003d66f
Diffstat (limited to 'dex2oat/dex2oat_options.h')
-rw-r--r--dex2oat/dex2oat_options.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dex2oat/dex2oat_options.h b/dex2oat/dex2oat_options.h
index 1da1ff9a0a..ef07512f51 100644
--- a/dex2oat/dex2oat_options.h
+++ b/dex2oat/dex2oat_options.h
@@ -27,8 +27,8 @@
#include "compiler.h"
#include "dex/compact_dex_level.h"
#include "driver/compiler_options_map.h"
-#include "image.h"
#include "linker/oat_writer.h"
+#include "oat/image.h"
namespace art {