Create dist jars only for instrumentation apks; use ijars for them
Since the dist jar is used only for extracting the list of tests,
there's no need to create one for every apk.
Using interface jars rather than normal jars speeds up test calculation
time for ChromePublicTestApk 17s -> 5s on my machine.
Even better would be to address the TODO and create the test list at
build time, but might as well pick this lower-hanging fruit :).
BUG=none
Review URL: https://codereview.chromium.org/1679623002
Cr-Commit-Position: refs/heads/master@{#374181}
CrOS-Libchrome-Original-Commit: b13c048454a8755e0d4ebc584b1003c2b829b2b5
1 file changed