diff options
Diffstat (limited to 'profman/Android.bp')
-rw-r--r-- | profman/Android.bp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/profman/Android.bp b/profman/Android.bp index 623033cd40..b3dcb6d490 100644 --- a/profman/Android.bp +++ b/profman/Android.bp @@ -97,7 +97,7 @@ art_cc_binary { android: { shared_libs: [ "libartbase", - "libdexfile", + "libdexfile#impl", "libprofile", ], }, @@ -126,7 +126,7 @@ art_cc_binary { android: { shared_libs: [ "libartbased", - "libdexfiled", + "libdexfiled#impl", "libprofiled", ], }, |