Migrate packages/services/Telecomm to androidx.test
See go/jetpack-test-android-migration
Test: mmma packages/services/Telecomm
Change-Id: I7b9049dc66c959de033d42f0b5c2dbd6bdd7bf62
diff --git a/scripts/telecom_testing.sh b/scripts/telecom_testing.sh
index 17309d6..788597b 100644
--- a/scripts/telecom_testing.sh
+++ b/scripts/telecom_testing.sh
@@ -58,12 +58,12 @@
build_dir="packages/services/Telecomm/tests"
apk_loc="data/app/TelecomUnitTests/TelecomUnitTests.apk"
package_prefix="com.android.server.telecom.tests"
- instrumentation="android.support.test.runner.AndroidJUnitRunner";;
+ instrumentation="androidx.test.runner.AndroidJUnitRunner";;
"telephony")
build_dir="frameworks/opt/telephony/tests/"
apk_loc="data/app/FrameworksTelephonyTests/FrameworksTelephonyTests.apk"
package_prefix="com.android.frameworks.telephonytests"
- instrumentation="android.support.test.runner.AndroidJUnitRunner";;
+ instrumentation="androidx.test.runner.AndroidJUnitRunner";;
esac
local T=$(gettop)