1<?xml version="1.0" encoding="utf-8"?> 2<!-- Copyright 2022 Google Inc. All Rights Reserved --> 3<configuration description="Configuration to recompile the boot classpath and system server with the compiler filter 'speed'" > 4 <target_preparer class="com.android.tradefed.targetprep.CompileBootImageWithSpeedTargetPreparer"> 5 <!-- Disabled by default; can be enabled on a test-by-test basis. --> 6 <option name="disable" value="true" /> 7 </target_preparer> 8</configuration> 9