Migrate frameworks/base/location/tests/locationtests to androidx.test

See go/jetpack-test-android-migration

Test: make checkbuild
Change-Id: I95ad03e062e383d09e08c6f80f838d208080970c
This commit is contained in:
KOUSHIK PANUGANTI
2018-12-17 18:40:30 -08:00
parent 77a8a387f0
commit 17bc63767f
3 changed files with 3 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ LOCAL_PACKAGE_NAME := FrameworksLocationTests
LOCAL_PRIVATE_PLATFORM_APIS := true
LOCAL_STATIC_JAVA_LIBRARIES := \
android-support-test \
androidx.test.rules \
core-test-rules \
guava \
mockito-target-minus-junit4 \

View File

@@ -29,7 +29,7 @@
</application>
<instrumentation
android:name="android.support.test.runner.AndroidJUnitRunner"
android:name="androidx.test.runner.AndroidJUnitRunner"
android:targetPackage="com.android.frameworks.locationtests"
android:label="Frameworks Location Tests" />
</manifest>

View File

@@ -22,7 +22,7 @@
<option name="test-tag" value="FrameworksLocationTests" />
<test class="com.android.tradefed.testtype.AndroidJUnitTest" >
<option name="package" value="com.android.frameworks.locationtests" />
<option name="runner" value="android.support.test.runner.AndroidJUnitRunner" />
<option name="runner" value="androidx.test.runner.AndroidJUnitRunner" />
<option name="hidden-api-checks" value="false"/>
</test>
</configuration>