diff options
author | 2024-01-17 15:54:51 +0000 | |
---|---|---|
committer | 2024-01-19 18:01:00 +0000 | |
commit | 06d94bd3ac251c3e8656a71cbe1c504e2a5f3830 (patch) | |
tree | a0863c576f8abb283299219d0873a59e0c888d88 /runtime/fault_handler.cc | |
parent | 9f8df195b7ff2ce47eec4e9b193ff3214ebed19c (diff) |
Move files related to compiled code into oat/ directory
Test: art/test.py -b --host
Change-Id: Icedd3a82c6bca5147c3bc9dc50de5a729003d66f
Diffstat (limited to 'runtime/fault_handler.cc')
-rw-r--r-- | runtime/fault_handler.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/fault_handler.cc b/runtime/fault_handler.cc index 43dee0e6e8..ccf6fbd288 100644 --- a/runtime/fault_handler.cc +++ b/runtime/fault_handler.cc @@ -32,8 +32,8 @@ #include "jit/jit_code_cache.h" #include "mirror/class.h" #include "mirror/object_reference.h" -#include "oat_file.h" -#include "oat_quick_method_header.h" +#include "oat/oat_file.h" +#include "oat/oat_quick_method_header.h" #include "sigchain.h" #include "thread-current-inl.h" #include "verify_object-inl.h" |