commit | 159ca9b0ac72290cdc91dc770f435415c156707e | [log] [tgz] |
---|---|---|
author | Yabin Cui <yabinc@google.com> | Wed Jul 06 21:17:53 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Wed Jul 06 21:17:53 2016 +0000 |
tree | 87631ab56f3995d3957a526ef3a44c72967a765c | |
parent | 9fe8b8b663b99d0ba145f0e3afbc3c20de1d75c8 [diff] | |
parent | 9da04d595fe01e4c0ac1baf39186ac090bf234b3 [diff] |
Fix bootloader_message. am: 9da04d595f Change-Id: I684c6afa25ce1dccad06920eee8a3bd6b7da96b1
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