summaryrefslogtreecommitdiff
path: root/test/art-run-test-target-template.xml
diff options
context:
space:
mode:
Diffstat (limited to 'test/art-run-test-target-template.xml')
-rw-r--r--test/art-run-test-target-template.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/art-run-test-target-template.xml b/test/art-run-test-target-template.xml
index 4084afa6c3..433654a9a0 100644
--- a/test/art-run-test-target-template.xml
+++ b/test/art-run-test-target-template.xml
@@ -38,4 +38,7 @@
<!-- ART Mainline Module (external (AOSP) version). -->
<option name="mainline-module-package-name" value="com.android.art" />
</object>
+
+ <!--- Only run tests if the device under test is SDK version 31 (Android 12) or above. -->
+ <object type="module_controller" class="com.android.tradefed.testtype.suite.module.Sdk31ModuleController" />
</configuration>