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 --- dexoptanalyzer/dexoptanalyzer.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dexoptanalyzer/dexoptanalyzer.cc') diff --git a/dexoptanalyzer/dexoptanalyzer.cc b/dexoptanalyzer/dexoptanalyzer.cc index b182f68a7f..2887dc9530 100644 --- a/dexoptanalyzer/dexoptanalyzer.cc +++ b/dexoptanalyzer/dexoptanalyzer.cc @@ -35,8 +35,8 @@ #include "gc/heap.h" #include "gc/space/image_space.h" #include "noop_compiler_callbacks.h" -#include "oat.h" -#include "oat_file_assistant.h" +#include "oat/oat.h" +#include "oat/oat_file_assistant.h" #include "runtime.h" #include "thread-inl.h" #include "vdex_file.h" -- cgit v1.2.3-59-g8ed1b