Use runtime_libs for the libdexfile_external dependency from
libdexfile_support.

It's a better specified dependency, and in particular it makes
linkerconfig pick it up and autogenerate the necessary links to the
com_android_art namespace where libdexfile_support is used.

Test: Build and boot, then check that
  /linkerconfig/com.android.runtime/ld.config.txt contains
  "namespace.default.link.com_android_art.shared_libs =
  libdexfile_external.so", which is necessary for
  /apex/com.android.runtime/bin/crash_dump{32,64} to find it.
Bug: 153996928
Change-Id: Ia56d7b85512369b0d642354c92540ba94c1debb1
1 file changed