commit | 1889b1bb68f3f290ef6906ecd64e7eef9c84c2ec | [log] [tgz] |
---|---|---|
author | Tianjie Xu <xunchang@google.com> | Wed Oct 19 03:11:11 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Wed Oct 19 03:11:11 2016 +0000 |
tree | 496fc9207714e432c70a35b2504f8c204e070fa5 | |
parent | 4e8d032183d5c036aecc5155d2fa0d994255a386 [diff] | |
parent | 0ddd07b0bd9bfe1faa462e936146a7abdbda267e [diff] |
Merge "Clean up bootloader_message usage in recovery" am: 94f4494613 am: 7691800c2e am: 0ddd07b0bd Change-Id: I2a58c6a62e79e2d1fce00281755b34610489b474
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