summaryrefslogtreecommitdiffstats
path: root/updater_sample/tests/AndroidManifest.xml
diff options
context:
space:
mode:
authorXin Li <delphij@google.com>2019-09-05 18:53:28 +0200
committerGerrit Code Review <noreply-gerritcodereview@google.com>2019-09-05 18:53:28 +0200
commite0364db7129b5168a894560904df849f5d740880 (patch)
treed9fa553e713ee1885081ec4c14e8b294359980f3 /updater_sample/tests/AndroidManifest.xml
parentMerge "Make libboot_control vendor available." (diff)
parentDO NOT MERGE - Merge Android 10 into master (diff)
downloadandroid_bootable_recovery-e0364db7129b5168a894560904df849f5d740880.tar
android_bootable_recovery-e0364db7129b5168a894560904df849f5d740880.tar.gz
android_bootable_recovery-e0364db7129b5168a894560904df849f5d740880.tar.bz2
android_bootable_recovery-e0364db7129b5168a894560904df849f5d740880.tar.lz
android_bootable_recovery-e0364db7129b5168a894560904df849f5d740880.tar.xz
android_bootable_recovery-e0364db7129b5168a894560904df849f5d740880.tar.zst
android_bootable_recovery-e0364db7129b5168a894560904df849f5d740880.zip
Diffstat (limited to 'updater_sample/tests/AndroidManifest.xml')
-rw-r--r--updater_sample/tests/AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/updater_sample/tests/AndroidManifest.xml b/updater_sample/tests/AndroidManifest.xml
index 76af5f1a9..a2da3f736 100644
--- a/updater_sample/tests/AndroidManifest.xml
+++ b/updater_sample/tests/AndroidManifest.xml
@@ -26,7 +26,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.example.android.systemupdatersample"
android:label="Tests for SystemUpdaterSample."/>