commit | fd796317c309a9c2423d6de1b0c87d1004efbec4 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Wed Oct 19 19:15:06 2016 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Oct 19 19:15:06 2016 +0000 |
tree | 53388e66db91793598030067dea27790a7f2c0de | |
parent | 06603c76c5c2424a6e6fc11326856a75e28bb616 [diff] | |
parent | fd99a318fe630b49ba35f9a19a1866e8b1a42b7e [diff] |
Merge "Verify wipe package when wiping A/B device in 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