From 9e734c7ab4599d7747a05db0dc73c7b668cb6683 Mon Sep 17 00:00:00 2001 From: David Sehr Date: Thu, 4 Jan 2018 17:56:19 -0800 Subject: 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 --- compiler/driver/compiler_driver.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'compiler/driver/compiler_driver.h') diff --git a/compiler/driver/compiler_driver.h b/compiler/driver/compiler_driver.h index bcea8530e4..ef16212fb7 100644 --- a/compiler/driver/compiler_driver.h +++ b/compiler/driver/compiler_driver.h @@ -33,8 +33,8 @@ #include "class_reference.h" #include "class_status.h" #include "compiler.h" -#include "dex_file.h" -#include "dex_file_types.h" +#include "dex/dex_file.h" +#include "dex/dex_file_types.h" #include "driver/compiled_method_storage.h" #include "jit/profile_compilation_info.h" #include "method_reference.h" -- cgit v1.2.3-59-g8ed1b