commit | 94f44946134aaece6a72895088ab7716f175ac0e | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Wed Oct 19 02:48:02 2016 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Oct 19 02:48:02 2016 +0000 |
tree | 3f1350176224bd2dd8f470d9a189feaf35f81ac1 | |
parent | 7df1850d37a1eb67f1ecc8623ae2c2066ec3b678 [diff] | |
parent | bd56f1590c967205dc45eb2ec298aa8d2aacb740 [diff] |
Merge "Clean up bootloader_message usage in recovery"
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