Fix spotless.

Change-Id: If30e1a139a2eb64bff60c13e09186d3882ac996a
pull/1468/head
Jaehwa Noh 1 year ago
parent 34b6beca58
commit c9b5ae34ce

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="utf-8"?><!-- <?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2024 The Android Open Source Project Copyright 2024 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License"); Licensed under the Apache License, Version 2.0 (the "License");
@ -14,41 +15,35 @@
limitations under the License. limitations under the License.
--> -->
<component name="ProjectRunConfigurationManager"> <component name="ProjectRunConfigurationManager">
<!-- <!--
Baseline Profiles improve code execution speed by around 30% from the first launch by avoiding Baseline Profiles improve code execution speed by around 30% from the first launch by avoiding
interpretation and just-in-time (JIT) compilation steps for included code paths. interpretation and just-in-time (JIT) compilation steps for included code paths.
More information at http://d.android.com/baseline-profiles. More information at http://d.android.com/baseline-profiles.
In this run configuration we leverage rerun parameter that always reruns the requested task regardless of cache. In this run configuration we leverage rerun parameter that always reruns the requested task regardless of cache.
We also leverage enable-display parameter to be able to verify the generator works as intended. We also leverage enable-display parameter to be able to verify the generator works as intended.
--> -->
<configuration name="Generate Demo Baseline Profile" <configuration default="false" name="Generate Demo Baseline Profile" type="GradleRunConfiguration" factoryName="Gradle">
default="false" <ExternalSystemSettings>
factoryName="Gradle" <option name="executionName" />
type="GradleRunConfiguration"> <option name="externalProjectPath" value="$PROJECT_DIR$" />
<ExternalSystemSettings> <option name="externalSystemIdString" value="GRADLE" />
<option name="executionName" /> <option name="scriptParameters" value="-Pandroid.testInstrumentationRunnerArguments.androidx.benchmark.enabledRules=BaselineProfile" />
<option name="externalProjectPath" <option name="taskDescriptions">
value="$PROJECT_DIR$" /> <list />
<option name="externalSystemIdString" </option>
value="GRADLE" /> <option name="taskNames">
<option name="scriptParameters" <list>
value="-Pandroid.testInstrumentationRunnerArguments.androidx.benchmark.enabledRules=BaselineProfile" /> <option value=":benchmarks:pixel6Api33DemoBenchmarkReleaseAndroidTest" />
<option name="taskDescriptions"> <option value="--rerun" />
<list /> <option value="--enable-display" />
</option> </list>
<option name="taskNames"> </option>
<list> <option name="vmOptions" />
<option value=":benchmarks:pixel6Api33DemoBenchmarkReleaseAndroidTest" /> </ExternalSystemSettings>
<option value="--rerun" /> <ExternalSystemDebugServerProcess>true</ExternalSystemDebugServerProcess>
<option value="--enable-display" /> <ExternalSystemReattachDebugProcess>true</ExternalSystemReattachDebugProcess>
</list> <DebugAllEnabled>false</DebugAllEnabled>
</option> <RunAsTest>false</RunAsTest>
<option name="vmOptions" /> <method v="2" />
</ExternalSystemSettings> </configuration>
<ExternalSystemDebugServerProcess>true</ExternalSystemDebugServerProcess>
<ExternalSystemReattachDebugProcess>true</ExternalSystemReattachDebugProcess>
<DebugAllEnabled>false</DebugAllEnabled>
<RunAsTest>false</RunAsTest>
<method v="2" />
</configuration>
</component> </component>

Loading…
Cancel
Save