commit | 891a50e9dc0f02ee34bd7348f80b621249153af5 | [log] [tgz] |
---|---|---|
author | David Sehr <sehr@google.com> | Fri Oct 27 17:01:07 2017 -0700 |
committer | David Sehr <sehr@google.com> | Wed Nov 01 11:39:19 2017 -0700 |
tree | 6af57b3aa8961ed8e6cd39fdf5a0ac335905b4c6 | |
parent | 13e6f2935d67742e9eec14b412d33bf71b20697b [diff] [blame] |
Separate file utilities from utils.cc Reduce the dependencies from utils.cc to arch/ subdirectories, etc. Bug: 22322814 Test: make test-art-host Change-Id: I4decd15ff4ec460735bfb58cebb1c6a1bf32b68f
diff --git a/runtime/native/dalvik_system_DexFile.cc b/runtime/native/dalvik_system_DexFile.cc index 4ab8908..6059b89 100644 --- a/runtime/native/dalvik_system_DexFile.cc +++ b/runtime/native/dalvik_system_DexFile.cc
@@ -20,6 +20,7 @@ #include "android-base/stringprintf.h" +#include "base/file_utils.h" #include "base/logging.h" #include "base/stl_util.h" #include "class_linker.h"