commit | 39c1b5e8722dbf0bbb3ee45e201373099f075345 | [log] [tgz] |
---|---|---|
author | Jed Estep <jestep@google.com> | Tue Dec 15 16:04:53 2015 -0800 |
committer | Tao Bao <tbao@google.com> | Mon Feb 22 17:31:12 2016 -0800 |
tree | dbc2fe28fe04f57cea5268b1b00d5db3220fdf29 | |
parent | fa9af7dae68aad09ed624a9786f6cd57713f7b7f [diff] |
Control fault injection with config files instead of build flags Bug: 26570379 Change-Id: I76109d09276d6e3ed3a32b6fedafb2582f545c0c (cherry picked from commit d940887dde23597dc358b16d96ca48dd7480fee6)
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