summaryrefslogtreecommitdiff
path: root/dex2oat/linker/image_writer.cc
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/linker/image_writer.cc
parent9f8df195b7ff2ce47eec4e9b193ff3214ebed19c (diff)
Move files related to compiled code into oat/ directory
Test: art/test.py -b --host Change-Id: Icedd3a82c6bca5147c3bc9dc50de5a729003d66f
Diffstat (limited to 'dex2oat/linker/image_writer.cc')
-rw-r--r--dex2oat/linker/image_writer.cc10
1 files changed, 5 insertions, 5 deletions
diff --git a/dex2oat/linker/image_writer.cc b/dex2oat/linker/image_writer.cc
index 6564fb8136..b663d32e2e 100644
--- a/dex2oat/linker/image_writer.cc
+++ b/dex2oat/linker/image_writer.cc
@@ -41,7 +41,6 @@
#include "dex/dex_file_types.h"
#include "driver/compiler_options.h"
#include "elf/elf_utils.h"
-#include "elf_file.h"
#include "entrypoints/entrypoint_utils-inl.h"
#include "gc/accounting/card_table-inl.h"
#include "gc/accounting/heap_bitmap.h"
@@ -54,7 +53,6 @@
#include "gc/space/space-inl.h"
#include "gc/verification.h"
#include "handle_scope-inl.h"
-#include "image-inl.h"
#include "imt_conflict_table.h"
#include "indirect_reference_table-inl.h"
#include "intern_table-inl.h"
@@ -78,9 +76,11 @@
#include "mirror/var_handle.h"
#include "nterp_helpers-inl.h"
#include "nterp_helpers.h"
-#include "oat.h"
-#include "oat_file.h"
-#include "oat_file_manager.h"
+#include "oat/elf_file.h"
+#include "oat/image-inl.h"
+#include "oat/oat.h"
+#include "oat/oat_file.h"
+#include "oat/oat_file_manager.h"
#include "optimizing/intrinsic_objects.h"
#include "runtime.h"
#include "scoped_thread_state_change-inl.h"