diff options
Diffstat (limited to 'oatdump/Android.bp')
| -rw-r--r-- | oatdump/Android.bp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/oatdump/Android.bp b/oatdump/Android.bp index 57242801d7..dacd647e56 100644 --- a/oatdump/Android.bp +++ b/oatdump/Android.bp @@ -70,6 +70,9 @@ art_cc_binary { "libdexfile", "libprofile", ], + static_libs: [ + "libelffile", + ], }, host: { // Make the host binary static, except for system libraries. @@ -81,6 +84,7 @@ art_cc_binary { apex_available: [ "com.android.art", "com.android.art.debug", + "test_broken_com.android.art", ], } @@ -124,6 +128,9 @@ art_cc_binary { "libdexfiled", "libprofiled", ], + static_libs: [ + "libelffiled", + ], }, host: { // Make the host binary static, except for system libraries. |