summaryrefslogtreecommitdiff
path: root/tests/BootImageProfileTest/AndroidTest.xml
diff options
context:
space:
mode:
author Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> 2020-02-12 00:15:10 +0000
committer Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> 2020-02-12 00:15:10 +0000
commitc0800cfc209f6e71f93095dfe50c7b2342c9a8d4 (patch)
tree3998d4f973f1d3472d8a73e2b1cda58c5b14566d /tests/BootImageProfileTest/AndroidTest.xml
parent7c0f0d3cecc59443d2aaab079e44e9630f732eab (diff)
parent33905aa38d1636d35ac7188cea87d3ef4326c5cb (diff)
Merge "Set boot image profile properties in a loop for BootImageProfileTest" am: 33905aa38d
Change-Id: Icda0be79e45ac0c61ed0051e6c2a8fc468042024
Diffstat (limited to 'tests/BootImageProfileTest/AndroidTest.xml')
-rw-r--r--tests/BootImageProfileTest/AndroidTest.xml12
1 files changed, 1 insertions, 11 deletions
diff --git a/tests/BootImageProfileTest/AndroidTest.xml b/tests/BootImageProfileTest/AndroidTest.xml
index b4f2663585cc..d7f820411f27 100644
--- a/tests/BootImageProfileTest/AndroidTest.xml
+++ b/tests/BootImageProfileTest/AndroidTest.xml
@@ -19,18 +19,8 @@
-->
<target_preparer
class="com.android.tradefed.targetprep.DeviceSetup">
- <!-- we need this magic flag, otherwise it always reboots and breaks the selinux -->
+ <!-- we need this magic flag, otherwise it always reboots and breaks selinux -->
<option name="force-skip-system-props" value="true" />
-
- <option name="run-command" value="device_config put runtime_native_boot profilesystemserver true" />
- <option name="run-command" value="device_config put runtime_native_boot profilebootclasspath true" />
-
- <!-- Profiling does not pick up the above changes we restart the shell -->
- <option name="run-command" value="stop" />
- <option name="run-command" value="start" />
-
- <!-- give it some time to restart the shell; otherwise the first unit test might fail -->
- <option name="run-command" value="sleep 2" />
</target_preparer>
<test class="com.android.tradefed.testtype.HostTest" >