commit | ec9fdfee2fbded53f7245bcb174a0c8dc059e61d | [log] [tgz] |
---|---|---|
author | Yabin Cui <yabinc@google.com> | Wed Jul 06 21:28:52 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Wed Jul 06 21:28:52 2016 +0000 |
tree | 8002e34fd6fb415673a1ee131d7a5b78d862af78 | |
parent | b83fb676633fc7f1ac4ee3090c969cb802b1cdcf [diff] | |
parent | 159ca9b0ac72290cdc91dc770f435415c156707e [diff] |
Fix bootloader_message. am: 9da04d595f am: 159ca9b0ac Change-Id: I0a72622b551b581301aa8de12896dd00723f0568
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