commit | 46fb0a6a6f462ddfb9c19528979cf456ddd6a774 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Wed Oct 26 23:26:03 2016 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Oct 26 23:26:04 2016 +0000 |
tree | 2df23be127c0e92bf1e1be19dada2dd2e4182479 | |
parent | ebc141dff27c53d7043bf7fc61cd435ac4d13160 [diff] | |
parent | c0319b60f56d445c2d1c74f551e01f069b028fe6 [diff] |
Merge "Some cleanups to recovery."
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