commit | 9d8a68099f7fe62a1af454169fdd3b55d935af85 | [log] [tgz] |
---|---|---|
author | Jed Estep <jestep@google.com> | Mon Mar 21 21:40:15 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Mon Mar 21 21:40:15 2016 +0000 |
tree | 8d25cd03a59fb31e625f480a6b59e3238de36c94 | |
parent | a61aed2f31c399aba2a15851e15d48c7afc7e5c3 [diff] | |
parent | 6f7876816b2322169432658235ebf7882ced0564 [diff] |
Control fault injection with config files instead of build flags am: ff6df89 am: 6f78768 * commit '6f7876816b2322169432658235ebf7882ced0564': 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