commit | 629bde8c6cba137a0d72845090ba07a2f0e84e65 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Mon Aug 08 17:55:15 2016 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Aug 08 17:55:15 2016 +0000 |
tree | 7faae016e5cfbc09e3e0f3e135e87a1e7e6847d9 | |
parent | 61240f88ead5c68424eab72194641a2310e59c3b [diff] | |
parent | c4fa2c2c401a96d2a69855096c9ecfc28df8e575 [diff] |
Merge "Recovery mode UI flicker"
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