commit | ed4c49c199224dfe2cf99a26864c5848487da2c3 | [log] [tgz] |
---|---|---|
author | Yabin Cui <yabinc@google.com> | Tue Jun 21 17:10:49 2016 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Tue Jun 21 17:10:49 2016 +0000 |
tree | 470a094131460851765cd88e9b576b7458348b5a | |
parent | d0dcbddd3170e5499beefddd098d9a332e506d11 [diff] | |
parent | 6faf0265c9b58db2c15b53f6d29025629d52f882 [diff] |
Merge "Verify wipe package when wiping A/B device in recovery." into nyc-mr1-dev
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