summaryrefslogtreecommitdiffstats
path: root/runtime/dex/code_item_accessors_test.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/dex/code_item_accessors_test.cc
parent9690ad794b324ba54e936608881ac0f62538b97a (diff)
downloadandroid_art-b40b7e73469339a6b667b4a2e2b8690112a74dc9.tar.gz
android_art-b40b7e73469339a6b667b4a2e2b8690112a74dc9.tar.bz2
android_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/dex/code_item_accessors_test.cc')
-rw-r--r--runtime/dex/code_item_accessors_test.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/dex/code_item_accessors_test.cc b/runtime/dex/code_item_accessors_test.cc
index 8e2548bf3d..1bd12a6f09 100644
--- a/runtime/dex/code_item_accessors_test.cc
+++ b/runtime/dex/code_item_accessors_test.cc
@@ -16,6 +16,7 @@
#include "code_item_accessors-inl.h"
+#include <sys/mman.h>
#include <memory>
#include "common_runtime_test.h"