From 79e2607ab50163bfdc283f4a49decec26a216df5 Mon Sep 17 00:00:00 2001 From: David Sehr Date: Fri, 6 Apr 2018 17:58:50 -0700 Subject: 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 --- runtime/native/java_lang_VMClassLoader.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/native/java_lang_VMClassLoader.cc') diff --git a/runtime/native/java_lang_VMClassLoader.cc b/runtime/native/java_lang_VMClassLoader.cc index 3a0d76032e..44585fc453 100644 --- a/runtime/native/java_lang_VMClassLoader.cc +++ b/runtime/native/java_lang_VMClassLoader.cc @@ -16,6 +16,7 @@ #include "java_lang_VMClassLoader.h" +#include "base/zip_archive.h" #include "class_linker.h" #include "dex/descriptors_names.h" #include "dex/dex_file_loader.h" @@ -29,7 +30,6 @@ #include "obj_ptr.h" #include "scoped_fast_native_object_access-inl.h" #include "well_known_classes.h" -#include "zip_archive.h" namespace art { -- cgit v1.2.3-59-g8ed1b