commit | 7c95fe10de540fd6c2c6c8facb4676188f2a4345 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Tue Oct 18 23:23:09 2016 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Oct 18 23:23:09 2016 +0000 |
tree | 285f413f554253c8ee2b4fec8fc711bcebcce060 | |
parent | e89bf257a1e8304194b426467bb923eb34967396 [diff] | |
parent | 0d5b85944c3838171197ba8f7fed34b3ec63db35 [diff] |
Merge "Fix bootloader_message."
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