diff options
Diffstat (limited to 'dex2oat/Android.bp')
-rw-r--r-- | dex2oat/Android.bp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dex2oat/Android.bp b/dex2oat/Android.bp index 3814a50da8..76620b8429 100644 --- a/dex2oat/Android.bp +++ b/dex2oat/Android.bp @@ -261,7 +261,7 @@ art_cc_binary { shared_libs: [ "libart", "libartbase", - "libdexfile", + "libdexfile#impl", "libprofile", ], static_libs: [ @@ -327,7 +327,7 @@ art_cc_binary { shared_libs: [ "libartbased", "libartd", - "libdexfiled", + "libdexfiled#impl", "libprofiled", ], static_libs: [ |