blob: d7f820411f27d564195d0de68f18999d6c772c89 [file] [log] [blame]
Mathieu Chartierfeca77f2019-08-29 15:26:58 -07001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2019 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<configuration description="Config for BootImageProfileTest">
17 <!-- do not use DeviceSetup#set-property because it reboots the device b/136200738.
18 furthermore the changes in /data/local.prop don't actually seem to get picked up.
19 -->
20 <target_preparer
21 class="com.android.tradefed.targetprep.DeviceSetup">
Mathieu Chartier19773e02020-02-10 12:59:13 -080022 <!-- we need this magic flag, otherwise it always reboots and breaks selinux -->
Mathieu Chartierfeca77f2019-08-29 15:26:58 -070023 <option name="force-skip-system-props" value="true" />
Mathieu Chartierfeca77f2019-08-29 15:26:58 -070024 </target_preparer>
25
26 <test class="com.android.tradefed.testtype.HostTest" >
27 <option name="class" value="com.android.bootimageprofile.BootImageProfileTest" />
28 </test>
29</configuration>