commit | 1d4e798e76c42e87d23163bdabc4d2b4d9b9cd56 | [log] [tgz] |
---|---|---|
author | Yabin Cui <yabinc@google.com> | Wed Oct 19 19:30:38 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Wed Oct 19 19:30:38 2016 +0000 |
tree | 4d9534ed747bcaa4910b8829d61b03876a605381 | |
parent | 54278f4047100faaf763a6c0ac8e27f3150f451b [diff] | |
parent | a866b12c2d8254b3c84a3752b728d70d219cede7 [diff] |
Merge "Verify wipe package when wiping A/B device in recovery." am: fd796317c3 am: a866b12c2d Change-Id: Ibf6f8ef6353a84eef8fc6f79c0b62757b90c6c29
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