commit | 901f31531ba7b7e40e8a9c915467892997d176da | [log] [tgz] |
---|---|---|
author | Mark Salyzyn <salyzyn@google.com> | Tue Apr 05 14:29:05 2016 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Apr 05 14:29:05 2016 +0000 |
tree | 0b0fd25e6deefb0ecb40c52bde528a4847c0fb0e | |
parent | 81247500d535dac714fad657860b67474e1f6e42 [diff] | |
parent | 5f7111ff4dc5055298d302b228f392a7a22a00a0 [diff] |
Merge "recovery-persist: pick up both pstore console files"
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