commit | 8570f7efd1a1d58d5265962bd9ad1042500b3ac6 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Tue Oct 04 23:35:38 2016 -0700 |
committer | Tao Bao <tbao@google.com> | Tue Oct 04 23:35:38 2016 -0700 |
tree | 603d90593492fb898a8f76824192aaa03630c614 | |
parent | 876b9391c084701b147af3b0d5c933d877bb6052 [diff] | |
parent | 713ad360c41ff82ab471fd713f1dccfe16c5605b [diff] |
resolve merge conflicts of 713ad36 to master Change-Id: I493df6f84005af600d92c6cb3df58de53a5c2d55
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