commit | e91aef0ee9a43258eeb0c407221a6f5eb3b542fb | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Mon Aug 01 19:42:35 2016 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Aug 01 19:42:35 2016 +0000 |
tree | fa128219b069cb27badbf9cb92ff66488403c848 | |
parent | 5aa2e104c0fcee504051328f108b292e015e44cd [diff] | |
parent | 5af4b1901dcc1b0654971415e3d8c12eb18b92fd [diff] |
Merge "Clean up verifier testcases."
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