1<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright 2020 Google Inc. All Rights Reserved. -->
3<configuration description="Base test suite config that runs all tests.">
4    <test class="com.android.tradefed.testtype.suite.BaseTestSuite">
5        <!-- Do not load from the Jar's resources, only from the tests dir -->
6        <option name="skip-loading-config-jar" value="true" />
7        <!-- Explicitly requests only AndroidTest modules -->
8        <option name="config-patterns" value=".*\.config$" />
9    </test>
10</configuration>
11