commit | 2ccce05244f71b2ea118126c7e2b1a4cfe5c29cf | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Wed Jun 15 23:21:38 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Wed Jun 15 23:21:38 2016 +0000 |
tree | acaed7009c4e6bceeb14caf8b800049212acfd11 | |
parent | 1777eb7cf551299072571d32ec065f697600301d [diff] | |
parent | d71cf2eee3a9365d927b1702a49f6867b4982c36 [diff] |
Merge \\\"Remove an abused global so we can actually see logging.\\\" am: 37450d7f42 am: 4692e5d8c8 am: d71cf2eee3 Change-Id: Iffce8a8df482812bce158179df5af6914195d940
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