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

Commit 4c187daf authored by Oriol Prieto Gasco's avatar Oriol Prieto Gasco Committed by Oriol Prieto Gascó
Browse files

Make the btservices apex updatable.

Also, use the new name "com.android.btservices"

Bug: 237556594
Test: TH
Ignore-AOSP-First: LSC

Change-Id: If2443eadfc457da6e040ea3425ed1d5b6f73177a
parent f22fbc9b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -38,6 +38,6 @@
  <!-- 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" />
  </object>
</configuration>
+1 −1
Original line number Diff line number Diff line
@@ -38,6 +38,6 @@
    <!-- Only run Cts 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" />
    </object>
</configuration>
+1 −1
Original line number Diff line number Diff line
@@ -80,7 +80,7 @@ apex {
    ],
    key: "com.android.btservices.key",
    certificate: ":com.android.btservices.certificate",
    updatable: false,
    updatable: true,
    compressible: false,
}

+1 −1
Original line number Diff line number Diff line
@@ -33,6 +33,6 @@
    <!-- 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" />
        <option name="mainline-module-package-name" value="com.android.btservices" />
    </object>
</configuration>
+2 −2
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@
    <option name="test-suite-tag" value="apct" />
    <option name="test-tag" value="ServiceBluetoothTests" />
    <option name="config-descriptor:metadata" key="mainline-param"
            value="com.google.android.bluetooth.apex" />
            value="com.google.android.btservices.apex" />
    <test class="com.android.tradefed.testtype.AndroidJUnitTest" >
        <option name="package" value="com.android.server.bluetooth.test" />
        <option name="runner" value="com.android.server.bluetooth.CustomTestRunner" />
@@ -31,6 +31,6 @@
    <!-- Only run ServiceBluetoothTests 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" />
    </object>
</configuration>
Loading