commit | 9da04d595fe01e4c0ac1baf39186ac090bf234b3 | [log] [tgz] |
---|---|---|
author | Yabin Cui <yabinc@google.com> | Wed Jul 06 11:47:23 2016 -0700 |
committer | Yabin Cui <yabinc@google.com> | Wed Jul 06 11:47:23 2016 -0700 |
tree | 042f64a4858e816856f123a1bb7c30ff5a608d74 | |
parent | ccb0ba908a40df2d97afcaa9c7bf1bd7efa8fcfd [diff] |
Fix bootloader_message. Bug: 29945717 Change-Id: I934fd6c52b0111937fa75455de2fa4157fb30f6f
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