commit | f953fac0e0c0cfa41f1bfd255799575ce5cf7936 | [log] [tgz] |
---|---|---|
author | Yabin Cui <yabinc@google.com> | Wed Oct 19 19:38:09 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Wed Oct 19 19:38:09 2016 +0000 |
tree | 744189d771e9e88b5a29eb6f18783d9da771aef5 | |
parent | 3e645a9b8b3595d97f143fbf1276ef338c57ecd1 [diff] | |
parent | 1d4e798e76c42e87d23163bdabc4d2b4d9b9cd56 [diff] |
Merge "Verify wipe package when wiping A/B device in recovery." am: fd796317c3 am: a866b12c2d am: 1d4e798e76 Change-Id: Ie6ea0b8d85d64dcbc90b5fad84a02a0637e47607
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