cts: Skip CtsInitTestCases over a native bridge. am: 9cecf8422a am: 49ddb673c5

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

Change-Id: I293e4b2817e06874ab049a0043bb2b4fb866c755
This commit is contained in:
Kazuhiro Inaba 2020-08-05 19:38:29 +00:00 committed by Automerger Merge Worker
commit c32d879a94

View file

@ -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>