commit | 2fc7cd69fd93df4bf2fb415acfd04cb02e905830 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Tue Jun 14 16:22:55 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Tue Jun 14 16:22:55 2016 +0000 |
tree | 2e3d6ef293ac7fbc6e2b2d7d4b4517dbc0c5249c | |
parent | 38afad46d874c3446d38ee714f1ee4420de702bd [diff] | |
parent | f57d7f02c923649311306f7d6cd525272a778124 [diff] |
Merge \\"Add bootloader_message_ab struct.\\" am: 59f04b9982 am: f57d7f02c9 Change-Id: Ie2407db5b16f90cbd07ada2d96441aba4055e6c9
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