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

Commit 20fd9b98 authored by Thomas Girardier's avatar Thomas Girardier
Browse files

PTS-bot: correct bt mainline module name

Bug: 243403926
Test: mts-tradefed run mts -m pts-bot-mts
Change-Id: Icf66847dcd543718ae374ff23f2b15bb1acef741
parent b13f7729
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -34,6 +34,6 @@

    <object type="module_controller"
            class="com.android.tradefed.testtype.suite.module.MainlineTestModuleController">
        <option name="mainline-module-package-name" value="com.android.bluetooth" />
        <option name="mainline-module-package-name" value="com.android.btservices" />
    </object>
</configuration>