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

Commit dc83de96 authored by Roopa Sattiraju's avatar Roopa Sattiraju Committed by Android (Google) Code Review
Browse files

Merge "MTS Setup for Bluetooth" into tm-dev

parents 8fab608e b8b055aa
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>