commit | 36278798a1e23afb0ea12e2bb6630ddf25c0906b | [log] [tgz] |
---|---|---|
author | Jed Estep <jestep@google.com> | Thu Mar 17 15:45:21 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Thu Mar 17 15:45:21 2016 +0000 |
tree | 8cd0ff022ac9ad3396a6a2edbe18218899f34380 | |
parent | 3934e1228a25383b67f88a4dc2810e51976e46d0 [diff] | |
parent | d6e586204f10c9675009bfcf533860e39a3a4cbf [diff] |
resolve merge conflicts of f73abf3 to nyc-dev-plus-aosp am: d6e5862 * commit 'd6e586204f10c9675009bfcf533860e39a3a4cbf': DO NOT 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