commit | a06f2642e1d90fd530c622cca15406867ba6e8a3 | [log] [tgz] |
---|---|---|
author | Joe Schubert <joseph.schubert@gmail.com> | Wed Oct 12 07:22:58 2016 -0400 |
committer | fwhem <fwhemingway@gmail.com> | Sat Jan 14 13:48:47 2017 -0500 |
tree | d7e9d6ae0240f7a2a7933d43a82858308c5aa08a | |
parent | 37d7d67ca216972cba9259aa5866220d6abfaf14 [diff] |
Update-binary: stop calling log commands that do not exist in TWRP Change-Id: I7d9737d08df77026b5ae2f3cecbd63f4d3758619
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