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

Commit 1376fd18 authored by David Duarte's avatar David Duarte Committed by Automerger Merge Worker
Browse files

Merge "FrameworkBluetoothTests: Don't instrument com.android.bluetooth" am:...

Merge "FrameworkBluetoothTests: Don't instrument com.android.bluetooth" am: 86c154d9 am: 1031ea45 am: 04bb5b25

Original change: https://android-review.googlesource.com/c/platform/packages/modules/Bluetooth/+/2334030



Change-Id: Ief6606d88e19e88088082ad10f419d8951a66b51
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 2d514f0a 04bb5b25
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -21,6 +21,6 @@
        <uses-library android:name="android.test.runner" />
    </application>
    <instrumentation android:name="androidx.test.runner.AndroidJUnitRunner"
        android:targetPackage="com.android.bluetooth"
        android:targetPackage="com.android.framework.bluetooth.tests"
        android:label="Framework Bluetooth Tests"/>
</manifest>