commit | a49c8a19dab9f754521af8a3d9c1787ee588189f | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Fri Jun 17 04:02:38 2016 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Jun 17 04:02:39 2016 +0000 |
tree | 1126911362da59b7040932b40b461b70f7d0183c | |
parent | 37450d7f427345aee463b1ff730d0b2ff18ff57b [diff] | |
parent | 24eb8a0643d50b636c77ffa8f3e23c7c3a8f5bf9 [diff] |
Merge "Minor minadbd cleanup."
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