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

Commit 356a6f52 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "cts: Skip CtsInitTestCases over a native bridge." am: 30e54298

Original change: https://android-review.googlesource.com/c/platform/system/core/+/1393376

Change-Id: Ie33a733bb93d55d83d67802001f9218db10b4fd4
parents 4a59a24c 30e54298
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -32,4 +32,7 @@
        <option name="module-name" value="CtsInitTestCases" />
        <option name="runtime-hint" value="65s" />
    </test>
    <!-- Controller that will skip the module if a native bridge situation is detected -->
    <!-- For example: module wants to run arm32 and device is x86 -->
    <object type="module_controller" class="com.android.tradefed.testtype.suite.module.NativeBridgeModuleController" />
</configuration>