commit | e8a0a6d0d65d90dd9b288c8994f8be23260b9d44 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Tue Feb 23 05:12:15 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Tue Feb 23 05:12:15 2016 +0000 |
tree | b12a0e6ddf26cefc7c46948d23bc4489fd79a892 | |
parent | 30ed5b99f55b759b2aa0f95cfd457ea0ffbd8bf4 [diff] | |
parent | 842f2d8ccf4a5675b30a85e41aa3c391195e644b [diff] |
Merge "Control fault injection with config files instead of build flags" am: ed796b046d am: 24b3622933 am: 842f2d8ccf * commit '842f2d8ccf4a5675b30a85e41aa3c391195e644b': 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