diff options
Diffstat (limited to 'dexdump/Android.bp')
| -rw-r--r-- | dexdump/Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dexdump/Android.bp b/dexdump/Android.bp index f6b7a6b68a..eca08448bc 100644 --- a/dexdump/Android.bp +++ b/dexdump/Android.bp @@ -45,6 +45,7 @@ art_cc_binary { host_supported: true, device_supported: false, static_libs: [ + "libdexfile", "libbase", ] + art_static_dependencies, target: { |