commit | ff6df890a2a01bf3bf56d3f430b17a5ef69055cf | [log] [tgz] |
---|---|---|
author | Jed Estep <jestep@google.com> | Tue Dec 15 16:04:53 2015 -0800 |
committer | Jed Estep <jestep@google.com> | Fri Mar 18 17:58:25 2016 -0700 |
tree | d639d516e51ec2df2f6e2e26b0643f982e6ae2b6 | |
parent | 9020e0f141d1c26dcf8b6fa4212ee94b7891d53f [diff] |
Control fault injection with config files instead of build flags Bug: 27724259 Change-Id: I65bdefed10b3fb85fcb9e1147eaf0687d7d438f4
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