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

Commit b5e1eef1 authored by David Duarte's avatar David Duarte
Browse files

net_test_stack_a2dp_codecs_native: Copy module_controller of AndroidTestTemplate.xml

The bluetooth apex name is now com.google.android.btservices.
com.google.android.bluetooth is preventing this from running
inside MTS

Change-Id: I9876248e9e3f1da6516a14cc0d45b9cc68eb7e85
Fix: 264231212
Test: None
parent edf576ff
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -34,6 +34,7 @@
  <!-- Only run tests 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" />
      <option name="mainline-module-package-name" value="com.android.btservices" />
      <option name="mainline-module-package-name" value="com.google.android.btservices" />
  </object>
</configuration>