summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2019-04-30 22:09:20 +0200
committerandroid-build-merger <android-build-merger@google.com>2019-04-30 22:09:20 +0200
commitdd2076e383f6b1d19a3edd1e4a9696980b8fd095 (patch)
tree6f938128295b79877a64c7d7a562a3d2537bf8be /README.md
parentMerge "Consolidate the codes that handle reboot/shutdown." am: 189c8f9aeb am: 3486372d69 (diff)
parentMerge "tests: Merge recovery_component_test into recovery_unit_test." am: 865d1df0c9 (diff)
downloadandroid_bootable_recovery-dd2076e383f6b1d19a3edd1e4a9696980b8fd095.tar
android_bootable_recovery-dd2076e383f6b1d19a3edd1e4a9696980b8fd095.tar.gz
android_bootable_recovery-dd2076e383f6b1d19a3edd1e4a9696980b8fd095.tar.bz2
android_bootable_recovery-dd2076e383f6b1d19a3edd1e4a9696980b8fd095.tar.lz
android_bootable_recovery-dd2076e383f6b1d19a3edd1e4a9696980b8fd095.tar.xz
android_bootable_recovery-dd2076e383f6b1d19a3edd1e4a9696980b8fd095.tar.zst
android_bootable_recovery-dd2076e383f6b1d19a3edd1e4a9696980b8fd095.zip
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/README.md b/README.md
index efcd318b5..0ccc10b50 100644
--- a/README.md
+++ b/README.md
@@ -22,11 +22,9 @@ Running the tests
# 32-bit device
adb shell /data/nativetest/recovery_unit_test/recovery_unit_test
- adb shell /data/nativetest/recovery_component_test/recovery_component_test
# Or 64-bit device
adb shell /data/nativetest64/recovery_unit_test/recovery_unit_test
- adb shell /data/nativetest64/recovery_component_test/recovery_component_test
Running the manual tests
------------------------