commit | ca78c9f035569b323b537f9300ded8f92bce485f | [log] [tgz] |
---|---|---|
author | Yabin Cui <yabinc@google.com> | Fri Feb 05 15:27:52 2016 -0800 |
committer | Yabin Cui <yabinc@google.com> | Fri Feb 05 15:27:52 2016 -0800 |
tree | a3afdd888cb91cb4587e1230e0a8638bdb1a912f | |
parent | e284cd58c8724815cee73de65b1ddcc60cec6249 [diff] | |
parent | 715d8a203a2e7c163bda248ffc4a547c97964b33 [diff] |
resolve merge conflicts of 715d8a203a to master. Change-Id: Ic868ee9b27ef7251aa49ac814de7355ecd9c7d37
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