commit | 3cf4a9eb9f3251030632889c1c71efa57680061e | [log] [tgz] |
---|---|---|
author | Joe Schubert <joseph.schubert@gmail.com> | Wed Oct 12 07:22:58 2016 -0400 |
committer | ishubhamsingh <coolsks94@gmail.com> | Tue Jan 10 21:03:55 2017 +0000 |
tree | 4bcb1715e76dce44f25fcbdf2e87c9e9244e0446 | |
parent | 1fbdeb5fe89e717545c7cd2891e5e70a6691f287 [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