commit | 59f04b998212e4fbbc2ed77d70052f1175f1ca05 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Tue Jun 14 16:09:16 2016 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Jun 14 16:09:16 2016 +0000 |
tree | 113fbdc69c591f6c78d244cd898b39b2f14daa34 | |
parent | 4ddd5edf31908db841ae4974433189408e321d64 [diff] | |
parent | 9fb2b592e2dd8884cb5343cc0233ede3b7af8b29 [diff] |
Merge "Add bootloader_message_ab struct."
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