Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 773b5fb0 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add file-exclusion-filter-regex for hwuimicro"

parents 44f793fc 712e6054
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -28,9 +28,11 @@
    <test class="com.android.tradefed.testtype.GoogleBenchmarkTest" >
        <option name="native-benchmark-device-path" value="/data/benchmarktest" />
        <option name="benchmark-module-name" value="hwuimicro" />
        <option name="file-exclusion-filter-regex" value=".*\.config$" />
    </test>
    <test class="com.android.tradefed.testtype.GoogleBenchmarkTest" >
        <option name="native-benchmark-device-path" value="/data/benchmarktest" />
        <option name="benchmark-module-name" value="hwuimacro" />
        <option name="file-exclusion-filter-regex" value=".*\.config$" />
    </test>
</configuration>