commit | 0ab866b3544ff999293b2c296908e969d72b5799 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Fri Jun 03 21:35:06 2016 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Jun 03 21:35:06 2016 +0000 |
tree | f27c555a0837f5b49b8276a66bd5ebca4bf36269 | |
parent | c96c9881a628caea9cc88d1c1fbf4d2988999712 [diff] | |
parent | 862a4c11190d72851a72a2b97375ec2698078358 [diff] |
Merge "recovery: Add support to brick a device."
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