commit | 5aff6c772b76be448986d8fc96250c81f6a1698f | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Wed Jun 15 23:32:14 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Wed Jun 15 23:32:14 2016 +0000 |
tree | 356f821cbf4edf97c49f757fc01222b3b5d91233 | |
parent | bac9cccf86d78250054606a6bef8fde5143903b7 [diff] | |
parent | 2ccce05244f71b2ea118126c7e2b1a4cfe5c29cf [diff] |
Merge \\\\"Remove an abused global so we can actually see logging.\\\\" am: 37450d7f42 am: 4692e5d8c8 am: d71cf2eee3 am: 2ccce05244 Change-Id: I03e970256bb58a9a4f7004dae4f5fa29b09e8a3c
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