diff options
Diffstat (limited to 'compiler')
-rw-r--r-- | compiler/Android.bp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/compiler/Android.bp b/compiler/Android.bp index 935e255dac..b90b7e89c8 100644 --- a/compiler/Android.bp +++ b/compiler/Android.bp @@ -341,6 +341,10 @@ art_cc_library { apex_available: [ "com.android.art.debug", + // TODO(b/183882457): This lib 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 libdexfiled. + "com.android.art", ], } |