summaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorEric Arseneau <earseneau@google.com>2021-12-06 14:36:11 -0800
committerEric Arseneau <earseneau@google.com>2021-12-06 14:36:11 -0800
commit6ad2c0ba3b84dffc86def566a9d6688d5a25e2d4 (patch)
treea97bd8cd66795221da6d0ce1da8b89d834f94fc6 /runtime
parent28ae49ccaff18c2da1e2d3c9597707a19b54bf08 (diff)
parent5c93b633c1ed96c729a2b07eb7bf2719bd2ada32 (diff)
Merge mpr-2021-11-05
Change-Id: Icd1f32d5d274239e323872ccd98a69f5b83add9b
Diffstat (limited to 'runtime')
-rw-r--r--runtime/art_standalone_runtime_compiler_tests.xml3
-rw-r--r--runtime/art_standalone_runtime_tests.xml3
2 files changed, 6 insertions, 0 deletions
diff --git a/runtime/art_standalone_runtime_compiler_tests.xml b/runtime/art_standalone_runtime_compiler_tests.xml
index 0f6bb4bf23..3b21e578d0 100644
--- a/runtime/art_standalone_runtime_compiler_tests.xml
+++ b/runtime/art_standalone_runtime_compiler_tests.xml
@@ -42,4 +42,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>
diff --git a/runtime/art_standalone_runtime_tests.xml b/runtime/art_standalone_runtime_tests.xml
index 1267213f20..1bb80fdafe 100644
--- a/runtime/art_standalone_runtime_tests.xml
+++ b/runtime/art_standalone_runtime_tests.xml
@@ -108,4 +108,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>