commit | 4692e5d8c8000600bc4c59c5f2b5fb5177dd0758 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Wed Jun 15 23:16:14 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Wed Jun 15 23:16:14 2016 +0000 |
tree | d1320c0b8da3257168cf2c753204fdc501ac7e0f | |
parent | c58d7dda8c12d179b2e702da52370b8db3fe4e6c [diff] | |
parent | 37450d7f427345aee463b1ff730d0b2ff18ff57b [diff] |
Merge \"Remove an abused global so we can actually see logging.\" am: 37450d7f42 Change-Id: Id9c78be08f2822ec92d54ba11693d3e5adb7b5aa
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