commit | 1afa4d7b23ce8b9852cda1f495145f320414c3d4 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Sat Jun 04 04:19:05 2016 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Sat Jun 04 04:19:05 2016 +0000 |
tree | 8d3b02166440cc459b6fd6af26febbb0e77c3369 | |
parent | 57ad046d9d23d16f6b5a27a16d18104ec4770511 [diff] | |
parent | b08381861248ee9bb3c134fcb4371398fbef32b0 [diff] |
Merge "recovery: Add support to brick a device." into nyc-mr1-dev
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