Skip to content

Commit bcbc6cb

Browse files
Kazuhiro Inabaandroid-build-merge-worker-robot
authored andcommitted
cts: Skip CtsInitTestCases over a native bridge. am: 9cecf84 am: 49ddb67 am: df2e518
Original change: https://googleplex-android-review.googlesource.com/c/platform/system/core/+/12263311 Change-Id: Icfd5e62a54e14de0ded43fecdb89295b80a9e121
2 parents 203472d + df2e518 commit bcbc6cb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

init/AndroidTest.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,7 @@
3232
<option name="module-name" value="CtsInitTestCases" />
3333
<option name="runtime-hint" value="65s" />
3434
</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" />
3538
</configuration>

0 commit comments

Comments
 (0)