We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1db089d + 49ddb67 commit df2e518Copy full SHA for df2e518
init/AndroidTest.xml
@@ -29,4 +29,7 @@
29
<option name="module-name" value="CtsInitTestCases" />
30
<option name="runtime-hint" value="65s" />
31
</test>
32
+ <!-- Controller that will skip the module if a native bridge situation is detected -->
33
+ <!-- For example: module wants to run arm32 and device is x86 -->
34
+ <object type="module_controller" class="com.android.tradefed.testtype.suite.module.NativeBridgeModuleController" />
35
</configuration>
0 commit comments