commit | 9514eb1934f84a926732936a9041e2c8b7587ef7 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Thu Oct 27 04:49:49 2016 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Oct 27 04:49:49 2016 +0000 |
tree | 80d0fb9005425e89933b99f5d8a829271eb4a235 | |
parent | 46fb0a6a6f462ddfb9c19528979cf456ddd6a774 [diff] | |
parent | 8584fcf677dd45b30121bd0490b06297e6be1871 [diff] |
Merge "Revert "Some cleanups to recovery.""
mm -j && m ramdisk-nodeps && m recoveryimage-nodeps # To boot into the new recovery image # without flashing the recovery partition: adb reboot bootloader fastboot boot $ANDROID_PRODUCT_OUT/recovery.img
# After setting up environment and lunch. mmma -j bootable/recovery # Running the tests on device. adb root adb sync data # 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