commit | 108ab21b215ff3a775a08f6fbb773ddf266f65e8 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Fri Jun 10 10:13:32 2016 -0700 |
committer | Tao Bao <tbao@google.com> | Fri Jun 10 10:13:32 2016 -0700 |
tree | d4327c84bc5fd0b3e8517f4e31411acfff4e4ec9 | |
parent | 91d78acbd39ab0235daa46c61742a371266bd003 [diff] |
recovery: Track the name change for wipe_ab. Bug: 27253717 Change-Id: I6e63b2a80b7b2948c16e1b57dedc856d52456ac9
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