commit | 8dc190990154e8fff483084e4b44a1fdce507f0f | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Fri Jun 03 22:55:14 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Fri Jun 03 22:55:14 2016 +0000 |
tree | 0dbff96ea9bb4ee7e9b287407f77a1e7ad8e4acb | |
parent | 68fe0be25e277668ebd60a034dd46e3be6f3a837 [diff] | |
parent | ba33da288418387234637c6806e103936530cb53 [diff] |
resolve merge conflicts of fe8e356 to nyc-dev-plus-aosp am: ba33da2884 * commit 'ba33da288418387234637c6806e103936530cb53': recovery: Add support to brick a device. Change-Id: I44c667f8eb0d003a9cc84ea457f91b44263af7df
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