Loading android/app/tests/unit/Android.bp +4 −1 Original line number Diff line number Diff line Loading @@ -44,7 +44,10 @@ android_test { }, platform_apis: true, test_suites: ["device-tests"], test_suites: [ "device-tests", "mts-bluetooth", ], instrumentation_for: "Bluetooth", } android/app/tests/unit/AndroidTest.xml +6 −0 Original line number Diff line number Diff line Loading @@ -34,4 +34,10 @@ <option name="package" value="com.android.bluetooth.tests" /> <option name="hidden-api-checks" value="false"/> </test> <!-- 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" /> </object> </configuration> Loading
android/app/tests/unit/Android.bp +4 −1 Original line number Diff line number Diff line Loading @@ -44,7 +44,10 @@ android_test { }, platform_apis: true, test_suites: ["device-tests"], test_suites: [ "device-tests", "mts-bluetooth", ], instrumentation_for: "Bluetooth", }
android/app/tests/unit/AndroidTest.xml +6 −0 Original line number Diff line number Diff line Loading @@ -34,4 +34,10 @@ <option name="package" value="com.android.bluetooth.tests" /> <option name="hidden-api-checks" value="false"/> </test> <!-- 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" /> </object> </configuration>