commit | 407468761d72c1031a871c18c29238135d9f0a88 | [log] [tgz] |
---|---|---|
author | Martin Stjernholm <mast@google.com> | Tue Sep 29 13:58:10 2020 +0100 |
committer | Martin Stjernholm <mast@google.com> | Tue Sep 29 14:55:40 2020 +0000 |
tree | d9655da2c6a95806476f3b4bfcfd522feafaad06 | |
parent | 9636062c4d4839bbb2fd979ee56b2f38d8615f1e [diff] |
Link libart-disassembler statically into static libart-compiler. Necessary to avoid runtime dlopen of non-existing libart(d)-disassembler.so in host dex2oat. This increases the stripped dex2oat binary size by 4.8% or ~800 KB. Test: art/tools/buildbot-build.sh --host && \ art/test/testrunner/testrunner.py --optimizing --host --ndebug -t 465 with and without HOST_PREFER_32_BIT=true Bug: 145934348 Change-Id: I623019132175bd0430d30a421655484bdcb71857