diff options
Diffstat (limited to 'odrefresh/Android.bp')
-rw-r--r-- | odrefresh/Android.bp | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/odrefresh/Android.bp b/odrefresh/Android.bp index 53e5f90fa6..530a714dec 100644 --- a/odrefresh/Android.bp +++ b/odrefresh/Android.bp @@ -74,7 +74,7 @@ cc_defaults { shared_libs: [ "libarttools", "libbase", - "libdexfile", + "libdexfile#impl", "libselinux", ], } @@ -169,11 +169,6 @@ art_cc_binary { ], apex_available: [ "com.android.art.debug", - // TODO(b/183882457): This binary doesn't go into com.android.art, but - // apex_available lists need to be the same for internal libs to avoid - // stubs, and this depends on libartd. - "com.android.art", - "test_broken_com.android.art", ], } |