summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2019-04-27 08:41:49 +0200
committerTao Bao <tbao@google.com>2019-04-30 18:13:36 +0200
commit4a01f36d210491e78765b5f6875ecd840f8c3b1e (patch)
tree420141eae2fc0a69f0bdb77a3299742a8f4e7359 /README.md
parentMerge "Consolidate the codes that handle reboot/shutdown." (diff)
downloadandroid_bootable_recovery-4a01f36d210491e78765b5f6875ecd840f8c3b1e.tar
android_bootable_recovery-4a01f36d210491e78765b5f6875ecd840f8c3b1e.tar.gz
android_bootable_recovery-4a01f36d210491e78765b5f6875ecd840f8c3b1e.tar.bz2
android_bootable_recovery-4a01f36d210491e78765b5f6875ecd840f8c3b1e.tar.lz
android_bootable_recovery-4a01f36d210491e78765b5f6875ecd840f8c3b1e.tar.xz
android_bootable_recovery-4a01f36d210491e78765b5f6875ecd840f8c3b1e.tar.zst
android_bootable_recovery-4a01f36d210491e78765b5f6875ecd840f8c3b1e.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
------------------------