Build ART run-tests using the same settings as Libcore tests.

Using:

  sdk_version: "core_platform",

in the definition of ART run-test modules does not allow us to build
some ART run-tests (e.g. the ones that use `sun.misc.Unsafe`).
Instead, use:

  sdk_version: "none",
  system_modules: "core-all-system-modules",

Test: m art-run-test-001-HelloWorld
Bug: b/147814778
Change-Id: I93610bf1f74f3b7bbd8afe4616ebd59bfd5d4d0b
1 file changed