From 82d046e7c9daad9b706cbec7df7025c5a4ef9163 Mon Sep 17 00:00:00 2001 From: David Sehr Date: Mon, 23 Apr 2018 08:14:19 -0700 Subject: Add a profiling library Move profile_compilation_info to a separate library. Another step towards building many of our tools without libart[d]. Bug: 78459333 Test: make -j 50 checkbuild Change-Id: Ib281d3d1fde6d06ebb429c5d39d62a7038af0f44 --- compiler/driver/compiler_driver.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler/driver/compiler_driver.cc') diff --git a/compiler/driver/compiler_driver.cc b/compiler/driver/compiler_driver.cc index 41b7e7be47..fbbb4e960f 100644 --- a/compiler/driver/compiler_driver.cc +++ b/compiler/driver/compiler_driver.cc @@ -57,7 +57,6 @@ #include "gc/space/space.h" #include "handle_scope-inl.h" #include "intrinsics_enum.h" -#include "jit/profile_compilation_info.h" #include "jni_internal.h" #include "linker/linker_patch.h" #include "mirror/class-inl.h" @@ -69,6 +68,7 @@ #include "mirror/throwable.h" #include "nativehelper/ScopedLocalRef.h" #include "object_lock.h" +#include "profile/profile_compilation_info.h" #include "runtime.h" #include "runtime_intrinsics.h" #include "scoped_thread_state_change-inl.h" -- cgit v1.2.3-59-g8ed1b