commit | 717b49254b2e4154d52c149950dec88fd2093edf | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Mon Aug 01 19:48:08 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Mon Aug 01 19:48:08 2016 +0000 |
tree | f654facc16bd003bf5ae294e789f3221fc4a2e77 | |
parent | b02a58740ec285e715d169c11801dd33a2dc7086 [diff] | |
parent | e91aef0ee9a43258eeb0c407221a6f5eb3b542fb [diff] |
Merge \"Clean up verifier testcases.\" am: e91aef0ee9 Change-Id: Ia130dc2a7f62ecf1ad40ec03d88a331a31800efa
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