commit | 3fa6a8290a00daa4087c9eee3bcbc34394cfe4d1 | [log] [tgz] |
---|---|---|
author | Joe Schubert <joseph.schubert@gmail.com> | Wed Oct 12 07:22:58 2016 -0400 |
committer | calebcabob <calphonic@gmail.com> | Fri Apr 07 07:39:56 2017 -0400 |
tree | beefb02b9ae4dc4dced7bff6d575a29270b08721 | |
parent | f1278966750d17e2be69ced79396cdd3ffab3e94 [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