diff options
Diffstat (limited to 'test/art-run-test-target-no-test-suite-tag-template.xml')
-rw-r--r-- | test/art-run-test-target-no-test-suite-tag-template.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/art-run-test-target-no-test-suite-tag-template.xml b/test/art-run-test-target-no-test-suite-tag-template.xml index 7e7b592aa6..6406626bc0 100644 --- a/test/art-run-test-target-no-test-suite-tag-template.xml +++ b/test/art-run-test-target-no-test-suite-tag-template.xml @@ -35,4 +35,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> |