commit | 1eefaaaaa8812fde29e0254282cb59d78fbc4b11 | [log] [tgz] |
---|---|---|
author | Kazuhiro Inaba <kinaba@google.com> | Wed Aug 05 19:57:58 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Aug 05 19:57:58 2020 +0000 |
tree | c00ae21679287bf530565cf7360ff014c205e7d9 | |
parent | a436694eafeceb7a8e7e2c0f177d053935989a40 [diff] | |
parent | afabb3816c61c8d3e65c01c60f14740a83146106 [diff] |
cts: Skip CtsInitTestCases over a native bridge. am: 9cecf8422a am: 49ddb673c5 am: df2e518ccf Original change: https://googleplex-android-review.googlesource.com/c/platform/system/core/+/12263311 Change-Id: I60ebd26191d4d2e431a113c82b3243419c7aa507
diff --git a/init/AndroidTest.xml b/init/AndroidTest.xml index 920dc6c..95f97e3 100644 --- a/init/AndroidTest.xml +++ b/init/AndroidTest.xml
@@ -29,4 +29,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>