commit | ed796b046daf574b1f4f9ef386a870c845457277 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Tue Feb 23 04:50:47 2016 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Feb 23 04:50:47 2016 +0000 |
tree | 3ada024b937fa1de626ccec8591299ef0c337c38 | |
parent | 16d0a185142cff938d94f668e97cb95b4e742199 [diff] | |
parent | 39c1b5e8722dbf0bbb3ee45e201373099f075345 [diff] |
Merge "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