summaryrefslogtreecommitdiffstats
path: root/runtime/oat_file.cc
diff options
context:
space:
mode:
authorDavid Sehr <sehr@google.com>2018-01-25 17:11:07 -0800
committerDavid Sehr <sehr@google.com>2018-01-30 01:17:58 -0800
commitb40b7e73469339a6b667b4a2e2b8690112a74dc9 (patch)
tree7e8a34d9c7894c4c946f674f19f0a0a512b95184 /runtime/oat_file.cc
parent9690ad794b324ba54e936608881ac0f62538b97a (diff)
downloadart-b40b7e73469339a6b667b4a2e2b8690112a74dc9.tar.gz
art-b40b7e73469339a6b667b4a2e2b8690112a74dc9.tar.bz2
art-b40b7e73469339a6b667b4a2e2b8690112a74dc9.zip
Make libdexfile build independent of runtime dir
Remove libdexfile's dependency on utils.cc and move utf.cc into /dex. Remove libdexfile's constituent sources from libart and use libdexfile wherever libart is. Also remove some ART-specific interfaces. Libdexfile's tests remain to be converted, plus moving the files to a new directory peer to runtime/. Bug: 22322814 Test: make -j 50 test-art-host Change-Id: Ifaf695216e4a0e43d3aa377984d933f7a2a243c2
Diffstat (limited to 'runtime/oat_file.cc')
-rw-r--r--runtime/oat_file.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/oat_file.cc b/runtime/oat_file.cc
index 307f7b96ed..dc4bae3415 100644
--- a/runtime/oat_file.cc
+++ b/runtime/oat_file.cc
@@ -47,6 +47,7 @@
#include "dex/dex_file_loader.h"
#include "dex/dex_file_types.h"
#include "dex/standard_dex_file.h"
+#include "dex/utf-inl.h"
#include "elf_file.h"
#include "elf_utils.h"
#include "gc_root.h"
@@ -60,7 +61,6 @@
#include "os.h"
#include "runtime.h"
#include "type_lookup_table.h"
-#include "utf-inl.h"
#include "utils.h"
#include "vdex_file.h"