commit | 59bf0da22fc4082438b997483e843b28048fc88b | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Wed Jun 15 15:14:04 2016 -0700 |
committer | Elliott Hughes <enh@google.com> | Wed Jun 15 15:14:04 2016 -0700 |
tree | cbc6905bbab4c7895b31ba3fc7535689d771f39f | |
parent | 59f04b998212e4fbbc2ed77d70052f1175f1ca05 [diff] |
Remove an abused global so we can actually see logging. Change-Id: Ib97440bc0542003b84c45cb05f194ba20104dad6
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