commit | 0146b37256d6a57a0f597bca1c5c04d93bade5c1 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Mon Jun 13 16:50:43 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Mon Jun 13 16:50:43 2016 +0000 |
tree | dbf221e91c54b766f6da81e50cbe8a2a7e6b5aa5 | |
parent | d241c85cd0a1bc3b73af2e1faa99fcb7c7ad2b84 [diff] | |
parent | dc1393d09bcc09ae246cd46b2248d9401605d0f5 [diff] |
Merge \"recovery: Track the name change for wipe_ab.\" into nyc-mr1-dev am: dc1393d09b Change-Id: I7ec8d93bb41d0bd7f921fbb97c5b8639798e3bec
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