commit | 81e54eddd4132895d70ab8b2307c693311799e05 | [log] [tgz] |
---|---|---|
author | Tianjie Xu <xunchang@google.com> | Tue Oct 18 15:33:23 2016 -0700 |
committer | Tianjie Xu <xunchang@google.com> | Tue Oct 18 15:33:23 2016 -0700 |
tree | 7487e2ea808f9702854bd95f5befefef55ef1c45 | |
parent | c012c3ce018b95cbf0a5c91e2a201343cc5bed6e [diff] | |
parent | 434697f06b7432a2358550eadd74fb97d617035c [diff] |
resolve merge conflicts of 434697f to master Change-Id: I0fea3d33b97065a3bf50f8e3669c2b50166a14ed
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