diff options
| -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 3a6c86d768..9876febfc5 100644 --- a/dex2oat/Android.bp +++ b/dex2oat/Android.bp @@ -33,8 +33,6 @@ art_cc_defaults { }, generated_sources: ["art_dex2oat_operator_srcs"], shared_libs: [ - "libart-compiler", - "libart-dexlayout", "libbase", "liblz4", "liblzma", @@ -69,6 +67,7 @@ art_cc_static_library { defaults: ["libart-dex2oat-defaults"], shared_libs: [ "libart-compiler", + "libart-dexlayout", "libart", ], } @@ -81,6 +80,7 @@ art_cc_static_library { ], shared_libs: [ "libartd-compiler", + "libartd-dexlayout", "libartd", ], } |