diff options
author | 2018-04-06 17:58:50 -0700 | |
---|---|---|
committer | 2018-04-13 08:29:30 -0700 | |
commit | 79e2607ab50163bfdc283f4a49decec26a216df5 (patch) | |
tree | 0cdb2c65412b64a55ddf1a486ab3d961a0301a3e /compiler/jni/jni_compiler_test.cc | |
parent | b4b91460b2d01d36ddcb7d55111ccd8faf390c2a (diff) |
Move profile dependent modules to libartbase
Move mem_map and zip_archive to libartbase. This should be the last two
remaining modules that profile_compilation_info is dependent upon.
Bug: 22322814
Test: make -j 50 checkbuild
make and boot a device
Change-Id: I136ee23e426aa8ec7441e3d3f1978f1bebf4b562
Diffstat (limited to 'compiler/jni/jni_compiler_test.cc')
-rw-r--r-- | compiler/jni/jni_compiler_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/jni/jni_compiler_test.cc b/compiler/jni/jni_compiler_test.cc index 451a909965..730a1a63e8 100644 --- a/compiler/jni/jni_compiler_test.cc +++ b/compiler/jni/jni_compiler_test.cc @@ -21,6 +21,7 @@ #include "art_method-inl.h" #include "base/bit_utils.h" +#include "base/mem_map.h" #include "class_linker.h" #include "common_compiler_test.h" #include "compiler.h" @@ -29,7 +30,6 @@ #include "indirect_reference_table.h" #include "java_vm_ext.h" #include "jni_internal.h" -#include "mem_map.h" #include "mirror/class-inl.h" #include "mirror/class_loader.h" #include "mirror/object-inl.h" |