diff options
author | 2024-01-17 15:54:51 +0000 | |
---|---|---|
committer | 2024-01-19 18:01:00 +0000 | |
commit | 06d94bd3ac251c3e8656a71cbe1c504e2a5f3830 (patch) | |
tree | a0863c576f8abb283299219d0873a59e0c888d88 /compiler/exception_test.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 'compiler/exception_test.cc')
-rw-r--r-- | compiler/exception_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/exception_test.cc b/compiler/exception_test.cc index 75ade55799..b90b08240f 100644 --- a/compiler/exception_test.cc +++ b/compiler/exception_test.cc @@ -38,7 +38,7 @@ #include "mirror/object-inl.h" #include "mirror/object_array-inl.h" #include "mirror/stack_trace_element-inl.h" -#include "oat_quick_method_header.h" +#include "oat/oat_quick_method_header.h" #include "obj_ptr-inl.h" #include "optimizing/stack_map_stream.h" #include "runtime-inl.h" |