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 203472d + df2e518 commit bcbc6cbCopy full SHA for bcbc6cb
init/AndroidTest.xml
@@ -32,4 +32,7 @@
32
<option name="module-name" value="CtsInitTestCases" />
33
<option name="runtime-hint" value="65s" />
34
</test>
35
+ <!-- Controller that will skip the module if a native bridge situation is detected -->
36
+ <!-- For example: module wants to run arm32 and device is x86 -->
37
+ <object type="module_controller" class="com.android.tradefed.testtype.suite.module.NativeBridgeModuleController" />
38
</configuration>
0 commit comments