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