summaryrefslogtreecommitdiff
path: root/simulator
diff options
context:
space:
mode:
authorDavid Sehr <sehr@google.com>2018-05-15 08:59:32 -0700
committerDavid Sehr <sehr@google.com>2018-05-16 13:01:34 -0700
commit1f010164bea4714e9f653c52e8948c5d5305040b (patch)
treee69b2c3f4d2645d4097655f8914325945fe5dbbd /simulator
parenta7d37cf735f05cfc3a3585a5c44eb65d8a279874 (diff)
downloadart-1f010164bea4714e9f653c52e8948c5d5305040b.tar.gz
Move ArtDexFileLoader to libdexfile
Adds a dependency from libdexfile on libartbase, but allows the use of MemMap loaders, etc. Bug: 78652467 Test: make -j 40 checkbuild Change-Id: I15cf33893ca9192050762f8350a3cc1e39f88dc5
Diffstat (limited to 'simulator')
-rw-r--r--simulator/Android.bp4
1 files changed, 4 insertions, 0 deletions
diff --git a/simulator/Android.bp b/simulator/Android.bp
index 74b5a900b4..8690426466 100644
--- a/simulator/Android.bp
+++ b/simulator/Android.bp
@@ -44,6 +44,7 @@ art_cc_library {
defaults: ["libart_simulator_defaults"],
shared_libs: [
"libart",
+ "libartbase",
"libvixl-arm64",
],
}
@@ -56,6 +57,7 @@ art_cc_library {
],
shared_libs: [
"libartd",
+ "libartbased",
"libvixld-arm64",
],
}
@@ -80,6 +82,7 @@ art_cc_library {
name: "libart-simulator-container",
defaults: ["libart_simulator_container_defaults"],
shared_libs: [
+ "libartbase",
"libart",
],
}
@@ -91,6 +94,7 @@ art_cc_library {
"libart_simulator_container_defaults",
],
shared_libs: [
+ "libartbased",
"libartd",
],
}