commit | 4d230f78deef532d5b0cbdcc3d100d2c4aba6ec6 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Sat Feb 20 01:11:25 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Sat Feb 20 01:11:25 2016 +0000 |
tree | 3a7f6fcd87610c094d3ca2bcdf86125984bc6945 | |
parent | c3440627602a5ad8e904f08c6ef04b3b4e60448c [diff] | |
parent | 149b9eb2d82ae49e110c3fd95ab99dd726e0f9e8 [diff] |
Merge "Fix minui cleanup path on error." am: fa9af7dae6 am: af38cd9330 am: 149b9eb2d8 * commit '149b9eb2d82ae49e110c3fd95ab99dd726e0f9e8': Fix minui cleanup path on error.
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