From 06d94bd3ac251c3e8656a71cbe1c504e2a5f3830 Mon Sep 17 00:00:00 2001 From: Dmitrii Ishcheikin Date: Wed, 17 Jan 2024 15:54:51 +0000 Subject: Move files related to compiled code into oat/ directory Test: art/test.py -b --host Change-Id: Icedd3a82c6bca5147c3bc9dc50de5a729003d66f --- compiler/optimizing/instruction_builder.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler/optimizing/instruction_builder.cc') diff --git a/compiler/optimizing/instruction_builder.cc b/compiler/optimizing/instruction_builder.cc index fe0f3fe319..23d47c3857 100644 --- a/compiler/optimizing/instruction_builder.cc +++ b/compiler/optimizing/instruction_builder.cc @@ -34,7 +34,7 @@ #include "intrinsics_utils.h" #include "jit/jit.h" #include "mirror/dex_cache.h" -#include "oat_file.h" +#include "oat/oat_file.h" #include "optimizing_compiler_stats.h" #include "reflective_handle_scope-inl.h" #include "scoped_thread_state_change-inl.h" -- cgit v1.2.3-59-g8ed1b