Move android.test.runner to a non-static dependency

android.test.runner is built with BUILD_JAVA_LIBRARY, so javalib.jar
contains a classes.dex file.  Treating it as a static library causes
the classes.dex to be zipped into classes.jar, and then fed to dx,
which complains about multiple dex files.

Test: builds
Change-Id: Ib3e40c2b64ee4816d453d235d1b3a77009586f53
1 file changed