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");
@ -21,18 +22,12 @@
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"
factoryName="Gradle"
type="GradleRunConfiguration">
<ExternalSystemSettings> <ExternalSystemSettings>
<option name="executionName" /> <option name="executionName" />
<option name="externalProjectPath" <option name="externalProjectPath" value="$PROJECT_DIR$" />
value="$PROJECT_DIR$" /> <option name="externalSystemIdString" value="GRADLE" />
<option name="externalSystemIdString" <option name="scriptParameters" value="-Pandroid.testInstrumentationRunnerArguments.androidx.benchmark.enabledRules=BaselineProfile" />
value="GRADLE" />
<option name="scriptParameters"
value="-Pandroid.testInstrumentationRunnerArguments.androidx.benchmark.enabledRules=BaselineProfile" />
<option name="taskDescriptions"> <option name="taskDescriptions">
<list /> <list />
</option> </option>

Loading…
Cancel
Save