summaryrefslogtreecommitdiffstats
path: root/updater_sample/tests/src/com/example/android/systemupdatersample/UpdateConfigTest.java
diff options
context:
space:
mode:
authorXin Li <delphij@google.com>2019-09-04 22:32:49 +0200
committerXin Li <delphij@google.com>2019-09-04 22:32:49 +0200
commit007ac2d5fb1e2b75f549dbe0b8af38fce044ab3b (patch)
treed9fa553e713ee1885081ec4c14e8b294359980f3 /updater_sample/tests/src/com/example/android/systemupdatersample/UpdateConfigTest.java
parentMerge "Make libboot_control vendor available." (diff)
parentMerge "Make libboot_control vendor available." (diff)
downloadandroid_bootable_recovery-007ac2d5fb1e2b75f549dbe0b8af38fce044ab3b.tar
android_bootable_recovery-007ac2d5fb1e2b75f549dbe0b8af38fce044ab3b.tar.gz
android_bootable_recovery-007ac2d5fb1e2b75f549dbe0b8af38fce044ab3b.tar.bz2
android_bootable_recovery-007ac2d5fb1e2b75f549dbe0b8af38fce044ab3b.tar.lz
android_bootable_recovery-007ac2d5fb1e2b75f549dbe0b8af38fce044ab3b.tar.xz
android_bootable_recovery-007ac2d5fb1e2b75f549dbe0b8af38fce044ab3b.tar.zst
android_bootable_recovery-007ac2d5fb1e2b75f549dbe0b8af38fce044ab3b.zip
Diffstat (limited to 'updater_sample/tests/src/com/example/android/systemupdatersample/UpdateConfigTest.java')
-rw-r--r--updater_sample/tests/src/com/example/android/systemupdatersample/UpdateConfigTest.java7
1 files changed, 4 insertions, 3 deletions
diff --git a/updater_sample/tests/src/com/example/android/systemupdatersample/UpdateConfigTest.java b/updater_sample/tests/src/com/example/android/systemupdatersample/UpdateConfigTest.java
index 48d0e424d..ae666830b 100644
--- a/updater_sample/tests/src/com/example/android/systemupdatersample/UpdateConfigTest.java
+++ b/updater_sample/tests/src/com/example/android/systemupdatersample/UpdateConfigTest.java
@@ -21,9 +21,10 @@ import static org.junit.Assert.assertSame;
import static org.junit.Assert.assertTrue;
import android.content.Context;
-import android.support.test.InstrumentationRegistry;
-import android.support.test.filters.SmallTest;
-import android.support.test.runner.AndroidJUnit4;
+
+import androidx.test.InstrumentationRegistry;
+import androidx.test.filters.SmallTest;
+import androidx.test.runner.AndroidJUnit4;
import com.example.android.systemupdatersample.tests.R;
import com.google.common.io.CharStreams;