forked from openkylin/platform_build
Fixes a few things with the robolectric autoconfig
There are a few extra flags and a few changes to flags that have happened over the course of getting Robolectric to run under Tradefed that need adding to the autogenerated config. Bug: b/157635117 Test: manual Change-Id: Ifdf90bb512a6e92ed39e671aeff65e0ddf2d0c4f
This commit is contained in:
parent
c8343a3f0e
commit
ba35404e2d
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue