commit | af1cc8c3278966ffece3521a5a15ef6f76304e9d | [log] [tgz] |
---|---|---|
author | Mark Salyzyn <salyzyn@google.com> | Tue Apr 05 14:41:31 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Tue Apr 05 14:41:31 2016 +0000 |
tree | f1cb4b7d364ff875cd3cb8be3cbed57a8bd14931 | |
parent | dcc29b8ff5897c6bd094e643c404835aedf97ce0 [diff] | |
parent | 59a55b57bc8543ad0d080f117fc9ae53b1d95e1b [diff] |
Merge "recovery-persist: pick up both pstore console files" am: 901f315 am: 4195388 am: 59a55b5 * commit '59a55b57bc8543ad0d080f117fc9ae53b1d95e1b': recovery-persist: pick up both pstore console files Change-Id: I94e04f486fed0bc79827a1805989424265afa28b
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