1<?xml version="1.0" encoding="utf-8"?> 2<!-- Copyright 2021 Google Inc. All Rights Reserved --> 3<!-- Runs shell commands. If any command fails then the preparer will also fail. --> 4<configuration description="Common template to run the command. If any command fails then the preparer will also fail." > 5 <target_preparer class="com.android.tradefed.targetprep.RunCommandTargetPreparer" > 6 <option name="throw-if-cmd-fail" value="true" /> 7 </target_preparer> 8</configuration> 9