diff options
| author | 2018-01-26 23:09:53 +0000 | |
|---|---|---|
| committer | 2018-01-26 23:09:53 +0000 | |
| commit | b3019b96ef948f06a54def34f9872500b752259c (patch) | |
| tree | 64bb8c26e11be556c0cf77c5dd1df0843664536a | |
| parent | bf9eedaac5a9723f022150d0f5fd58cb91779497 (diff) | |
| parent | 772bd2f5d31fe9b04935a1b310b676c4ff322e1c (diff) | |
Merge "ART: Dex2oatd does not depend on libart-nond"
| -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", ], } |