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

Commit bcbc6cb7 authored by Kazuhiro Inaba's avatar Kazuhiro Inaba Committed by Automerger Merge Worker
Browse files

cts: Skip CtsInitTestCases over a native bridge. am: 9cecf842 am: 49ddb673 am: df2e518c

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

Change-Id: Icfd5e62a54e14de0ded43fecdb89295b80a9e121
parents 203472d1 df2e518c
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>