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
3 files changed