diff options
author | 2018-01-04 17:56:19 -0800 | |
---|---|---|
committer | 2018-01-05 11:07:19 -0800 | |
commit | 9e734c7ab4599d7747a05db0dc73c7b668cb6683 (patch) | |
tree | dce1d1993734a947fb2e6f626eb1b425cb72143b /compiler/driver/compiler_driver.cc | |
parent | b496af808eaf3af5ebac50aef4fbec33323b5016 (diff) |
Create dex subdirectory
Move all the DexFile related source to a common subdirectory dex/ of
runtime.
Bug: 71361973
Test: make -j 50 test-art-host
Change-Id: I59e984ed660b93e0776556308be3d653722f5223
Diffstat (limited to 'compiler/driver/compiler_driver.cc')
-rw-r--r-- | compiler/driver/compiler_driver.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/compiler/driver/compiler_driver.cc b/compiler/driver/compiler_driver.cc index 9e69e5edc5..fe83a66d0f 100644 --- a/compiler/driver/compiler_driver.cc +++ b/compiler/driver/compiler_driver.cc @@ -42,13 +42,13 @@ #include "compiler.h" #include "compiler_callbacks.h" #include "compiler_driver-inl.h" +#include "dex/dex_file-inl.h" +#include "dex/dex_file_annotations.h" +#include "dex/dex_instruction-inl.h" #include "dex/dex_to_dex_compiler.h" #include "dex/verification_results.h" #include "dex/verified_method.h" #include "dex_compilation_unit.h" -#include "dex_file-inl.h" -#include "dex_file_annotations.h" -#include "dex_instruction-inl.h" #include "driver/compiler_options.h" #include "gc/accounting/card_table-inl.h" #include "gc/accounting/heap_bitmap.h" |