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

Commit f92ad92f authored by David Duarte's avatar David Duarte Committed by Cherrypicker Worker
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

Bug: 264231212
Test: None
(cherry picked from https://android-review.googlesource.com/q/commit:d63ca1a2baaa10658d73e1c8a54a0f9ab72ef788)
Merged-In: I327704ce8700fd05dc3918458b115feecf43619f
Change-Id: I327704ce8700fd05dc3918458b115feecf43619f
parent ee2d0b30
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -33,6 +33,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>