diff options
author | 2018-05-15 08:59:32 -0700 | |
---|---|---|
committer | 2018-05-16 13:01:34 -0700 | |
commit | 1f010164bea4714e9f653c52e8948c5d5305040b (patch) | |
tree | e69b2c3f4d2645d4097655f8914325945fe5dbbd /dexdump/Android.bp | |
parent | a7d37cf735f05cfc3a3585a5c44eb65d8a279874 (diff) |
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 'dexdump/Android.bp')
-rw-r--r-- | dexdump/Android.bp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dexdump/Android.bp b/dexdump/Android.bp index c63d6c319e..2f0962c19a 100644 --- a/dexdump/Android.bp +++ b/dexdump/Android.bp @@ -35,6 +35,7 @@ art_cc_binary { host_supported: true, shared_libs: [ "libdexfile", + "libartbase", "libbase", ], } @@ -46,6 +47,7 @@ art_cc_binary { device_supported: false, static_libs: [ "libdexfile", + "libartbase", ] + art_static_dependencies, target: { darwin: { |