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

Commit 79f430e2 authored by KOUSHIK PANUGANTI's avatar KOUSHIK PANUGANTI
Browse files

Migrate frameworks/base/packages/CarrierDefaultApp/tests/unit to androidx.test

See go/jetpack-test-android-migration

Test: make checkbuild
Change-Id: I1daac09d07b1ebddecad3ebf88af713f923ddf7d
parent 6f784e35
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@ LOCAL_CERTIFICATE := platform

LOCAL_JAVA_LIBRARIES := android.test.runner telephony-common android.test.base

LOCAL_STATIC_JAVA_LIBRARIES := android-support-test mockito-target-minus-junit4
LOCAL_STATIC_JAVA_LIBRARIES := androidx.test.rules mockito-target-minus-junit4

# Include all test java files.
LOCAL_SRC_FILES := $(call all-java-files-under, src)
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@
        <uses-library android:name="android.test.runner" />
    </application>

    <instrumentation android:name="android.support.test.runner.AndroidJUnitRunner"
    <instrumentation android:name="androidx.test.runner.AndroidJUnitRunner"
        android:targetPackage="com.android.carrierdefaultapp"
        android:label="CarrierDefaultApp Unit Test Cases">
    </instrumentation>