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

Commit 21b1e7a3 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

Fix: 264231212
Test: None
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:b5e1eef157a88e13cd1931dc3ce011164dc2a618)
Merged-In: I9876248e9e3f1da6516a14cc0d45b9cc68eb7e85
Change-Id: I9876248e9e3f1da6516a14cc0d45b9cc68eb7e85
parent 4dce45cf
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>