blob: cc2f76edfc1bad67fdffdb6d0047e047ad48db6e [file] [log] [blame]
Roland Levillain7b1547d2021-03-22 15:45:03 +00001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2021 The Android Open Source Project
3
4 Licensed under the Apache License, Version 2.0 (the "License");
5 you may not use this file except in compliance with the License.
6 You may obtain a copy of the License at
7
8 http://www.apache.org/licenses/LICENSE-2.0
9
10 Unless required by applicable law or agreed to in writing, software
11 distributed under the License is distributed on an "AS IS" BASIS,
12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 See the License for the specific language governing permissions and
14 limitations under the License.
15-->
16<!-- Note: This test config file for {MODULE} is generated from a template. -->
17<configuration description="Runs {MODULE}.">
18 <target_preparer class="com.android.compatibility.common.tradefed.targetprep.FilePusher">
19 <option name="cleanup" value="true" />
Roland Levillaind8c0ac22021-09-07 00:26:17 +010020 <option name="push" value="{MODULE}->/data/local/tmp/{MODULE}/{MODULE}" />
Roland Levillain7b1547d2021-03-22 15:45:03 +000021 <option name="append-bitness" value="true" />
22 </target_preparer>
23
24 <test class="com.android.tradefed.testtype.GTest" >
Roland Levillaind8c0ac22021-09-07 00:26:17 +010025 <option name="native-test-device-path" value="/data/local/tmp/{MODULE}" />
Roland Levillain7b1547d2021-03-22 15:45:03 +000026 <option name="module-name" value="{MODULE}" />
27 <option name="ld-library-path-32" value="/apex/com.android.art/lib" />
28 <option name="ld-library-path-64" value="/apex/com.android.art/lib64" />
29 </test>
Roland Levillain302ef332021-07-04 14:21:07 +010030
31 <!-- When this test is run in a Mainline context (e.g. with `mts-tradefed`), only enable it if
32 one of the Mainline modules below is present on the device used for testing. -->
33 <object type="module_controller" class="com.android.tradefed.testtype.suite.module.MainlineTestModuleController">
34 <!-- ART Mainline Module (internal version). -->
35 <option name="mainline-module-package-name" value="com.google.android.art" />
36 <!-- ART Mainline Module (external (AOSP) version). -->
37 <option name="mainline-module-package-name" value="com.android.art" />
38 </object>
Roland Levillain0d1c54d2021-08-06 19:20:57 +010039
Roland Levillain8884d3d2022-01-04 16:12:00 +000040 <!-- Only run tests if the device under test is SDK version 31 (Android 12) or above. -->
Roland Levillain0d1c54d2021-08-06 19:20:57 +010041 <object type="module_controller" class="com.android.tradefed.testtype.suite.module.Sdk31ModuleController" />
Roland Levillain7b1547d2021-03-22 15:45:03 +000042</configuration>