Snap for 7880955 from ff06a4817f09d9e2429788254bce760fb545a7ff to sc-v2-release

Change-Id: I7751d1357d052a31afbfb073b96cc371d673833b
diff --git a/tests/native/AndroidTest.xml b/tests/native/AndroidTest.xml
index fa189d5..be00cda 100644
--- a/tests/native/AndroidTest.xml
+++ b/tests/native/AndroidTest.xml
@@ -26,4 +26,7 @@
         <option name="module-name" value="CtsApexSharedLibrariesTestCases" />
         <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>