diff options
Diffstat (limited to 'dexdump/Android.bp')
-rw-r--r-- | dexdump/Android.bp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dexdump/Android.bp b/dexdump/Android.bp index 9b8989bf09..952bd27ac9 100644 --- a/dexdump/Android.bp +++ b/dexdump/Android.bp @@ -43,7 +43,7 @@ art_cc_binary { target: { android: { shared_libs: [ - "libdexfile", + "libdexfile#impl", "libartbase", "libbase", ], |