commit | 8584fcf677dd45b30121bd0490b06297e6be1871 | [log] [tgz] |
---|---|---|
author | Dan Albert <danalbert@google.com> | Thu Oct 27 03:08:08 2016 +0000 |
committer | Dan Albert <danalbert@google.com> | Thu Oct 27 03:08:08 2016 +0000 |
tree | 80d0fb9005425e89933b99f5d8a829271eb4a235 | |
parent | c0319b60f56d445c2d1c74f551e01f069b028fe6 [diff] |
Revert "Some cleanups to recovery." This reverts commit c0319b60f56d445c2d1c74f551e01f069b028fe6. Reason for revert: Broke builds. Change-Id: I82aa880b83de5ae6c36fd7567cb001920559a972
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