commit | 91f87bb6478ab89a7c436793b24750979944abb9 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Mon Aug 01 19:53:34 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Mon Aug 01 19:53:34 2016 +0000 |
tree | 37fd03b574e60958cfaafd88e7da5990e01624b0 | |
parent | 0df6011d0f1a9b34158912f6b44eb12d4c4a782e [diff] | |
parent | 73d3acf50e0750754d6b9258afe4916b2134ca7f [diff] |
Merge \\\"Clean up verifier testcases.\\\" am: e91aef0ee9 am: 717b49254b am: 73d3acf50e Change-Id: I6f225b0bdf9f43020ff2845bf99a0c85dcb8586e
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