commit | a866b12c2d8254b3c84a3752b728d70d219cede7 | [log] [tgz] |
---|---|---|
author | Yabin Cui <yabinc@google.com> | Wed Oct 19 19:23:07 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Wed Oct 19 19:23:07 2016 +0000 |
tree | b142af1f8ca84ac2b855bf26bcce9dfc353d8bde | |
parent | d7d7f3c7924a89f210c3ab7c41b78273c5a3aed9 [diff] | |
parent | fd796317c309a9c2423d6de1b0c87d1004efbec4 [diff] |
Merge "Verify wipe package when wiping A/B device in recovery." am: fd796317c3 Change-Id: Iac90d4e641c171e5134ebba5e33556713c7aa4d7
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