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

Commit b8b055aa authored by Roopa Sattiraju's avatar Roopa Sattiraju
Browse files

MTS Setup for Bluetooth

Bug: 228634553
Test: Build and m mts && mts-tradefed run mts -m BluetoothTests.
Change-Id: I193fbf04760b20c3085ab89274b462984658e9aa
parent 9c221171
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -29,4 +29,10 @@
        <option name="hidden-api-checks" value="false"/>
        <option name="runner" value="android.bluetooth.BluetoothTestRunner"/>
    </test>

    <!-- Only run BluetoothTests in MTS if the Bluetooth Mainline module is installed. -->
    <object type="module_controller"
            class="com.android.tradefed.testtype.suite.module.MainlineTestModuleController">
        <option name="mainline-module-package-name" value="com.google.android.bluetooth" />
    </object>
</configuration>