Merge "Fixes a few things with the robolectric autoconfig" am: fed798fabd

Original change: https://android-review.googlesource.com/c/platform/build/+/1367718

Change-Id: I017ff2772168de194b705d9f1b6cd770dc708f99
This commit is contained in:
Joseph Murphy
2020-07-28 19:05:17 +00:00
committed by Automerger Merge Worker

View File

@@ -18,9 +18,13 @@
<option name="test-suite-tag" value="apct" />
<option name="test-suite-tag" value="apct-junit" />
<option name="java-folder" value="prebuilts/jdk/jdk9/linux-x86/" />
<option name="exclude-paths" value="java" />
<option name="use-robolectric-resources" value="true" />
{EXTRA_CONFIGS}
<test class="com.android.tradefed.testtype.HostTest" >
<test class="com.android.tradefed.testtype.IsolatedHostTest" >
<option name="jar" value="{MODULE}.jar" />
</test>
</configuration>