commit | ce5868862a04a348967fb5bdad291b2b27b6e506 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Thu Mar 17 22:29:23 2016 +0000 |
committer | Tao Bao <tbao@google.com> | Thu Mar 17 22:29:23 2016 +0000 |
tree | 301405afcb2c8947072b69d741ad39ac4a652da0 | |
parent | f73abf36bcfd433a3fdd1664a77e8e531346c1b1 [diff] |
Revert "DO NOT MERGE Control fault injection with config files instead of build flags" This reverts commit f73abf36bcfd433a3fdd1664a77e8e531346c1b1. Bug: 27724259 Change-Id: I1301fdad15650837d0b1febd0c3239134e2b94fb
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