commit | 6f7876816b2322169432658235ebf7882ced0564 | [log] [tgz] |
---|---|---|
author | Jed Estep <jestep@google.com> | Mon Mar 21 21:37:33 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Mon Mar 21 21:37:33 2016 +0000 |
tree | 596945143de9306b9e53163aef466cc8b5f429e5 | |
parent | 9570508c0be67f75553571bed7f4b343a1cc591c [diff] | |
parent | ff6df890a2a01bf3bf56d3f430b17a5ef69055cf [diff] |
Control fault injection with config files instead of build flags am: ff6df89 * commit 'ff6df890a2a01bf3bf56d3f430b17a5ef69055cf': Control fault injection with config files instead of build flags
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