commit | f258f601a02f45f80de34504747b57abc1119b34 | [log] [tgz] |
---|---|---|
author | Yabin Cui <yabinc@google.com> | Tue Oct 18 23:43:29 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Tue Oct 18 23:43:29 2016 +0000 |
tree | 4511c43e2ed24d872bc3142374bdbc255bf7fc22 | |
parent | 2a576e20975b9a12610d19c3d782045b7fa227b8 [diff] | |
parent | 83e4e6d35cee21700dc249e5f0e216ef0ba4f134 [diff] |
Merge "Fix bootloader_message." am: 7c95fe10de am: 83e4e6d35c Change-Id: I2e3986837c7a1daaa6fa4a8c1031f619efb8b361
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