commit | 0d5b85944c3838171197ba8f7fed34b3ec63db35 | [log] [tgz] |
---|---|---|
author | Yabin Cui <yabinc@google.com> | Wed Jul 06 11:47:23 2016 -0700 |
committer | Tao Bao <tbao@google.com> | Tue Oct 18 15:10:59 2016 -0700 |
tree | 285f413f554253c8ee2b4fec8fc711bcebcce060 | |
parent | e89bf257a1e8304194b426467bb923eb34967396 [diff] |
Fix bootloader_message. Bug: 29945717 Change-Id: I934fd6c52b0111937fa75455de2fa4157fb30f6f (cherry picked from commit 9da04d595fe01e4c0ac1baf39186ac090bf234b3)
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