commit | 37450d7f427345aee463b1ff730d0b2ff18ff57b | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Wed Jun 15 23:10:32 2016 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Jun 15 23:10:32 2016 +0000 |
tree | 5e054d0e4651dfb1515aa2bda3f4e350d076833d | |
parent | 279876c9328bb1817f055d0d54085ba00b369c07 [diff] | |
parent | 59bf0da22fc4082438b997483e843b28048fc88b [diff] |
Merge "Remove an abused global so we can actually see logging."
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