Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1f0446c0 authored by Joseph Murphy's avatar Joseph Murphy Committed by Automerger Merge Worker
Browse files

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

Merge "Fixes a few things with the robolectric autoconfig" am: fed798fa am: 6801ea4c am: 47ee0bf4 am: c0a547fb am: 935767d6

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

Change-Id: I1cde5b32dbb545ec0e9065b3583d88591ba5f78c
parents 8056f431 935767d6
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -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>