commit | ad8b5a6c1195b94d8d80671e1bf791c32008fbef | [log] [tgz] |
---|---|---|
author | Damien Bargiacchi <drb@google.com> | Fri Sep 09 08:18:06 2016 -0700 |
committer | Damien Bargiacchi <drb@google.com> | Fri Sep 09 08:22:49 2016 -0700 |
tree | 44e738b6d19769809b69a69b76abbef239a36fab | |
parent | 43d186021a9fae0d2aa4e1a409fdb7132402db00 [diff] |
Remove duplicate thread loop Fixes animation running at 2x speed Change-Id: Ieec353097b6eee1cf40530e6f4f1e69927d2bc98
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