commit | 54278f4047100faaf763a6c0ac8e27f3150f451b | [log] [tgz] |
---|---|---|
author | Tianjie Xu <xunchang@google.com> | Wed Oct 19 03:27:13 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Wed Oct 19 03:27:13 2016 +0000 |
tree | 4d9534ed747bcaa4910b8829d61b03876a605381 | |
parent | 0ddd07b0bd9bfe1faa462e936146a7abdbda267e [diff] | |
parent | d7d7f3c7924a89f210c3ab7c41b78273c5a3aed9 [diff] |
Merge "Add a unit test for applypatch_check" am: 06603c76c5 am: d7d7f3c792 Change-Id: I91189e4dfbb05d2b98ce3eab0f147949cce6c4c9
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