commit | 24b3622933092c7227a391939f3f1cdcd3d7c999 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Tue Feb 23 04:57:39 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Tue Feb 23 04:57:39 2016 +0000 |
tree | e3cfe7417bd136b2d7c6476644cbecb31a989749 | |
parent | d1b66ad6a117188751b1342d77edb9756a00ae87 [diff] | |
parent | ed796b046daf574b1f4f9ef386a870c845457277 [diff] |
Merge "Control fault injection with config files instead of build flags" am: ed796b046d * commit 'ed796b046daf574b1f4f9ef386a870c845457277': 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