commit | 149b9eb2d82ae49e110c3fd95ab99dd726e0f9e8 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Sat Feb 20 00:47:28 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Sat Feb 20 00:47:28 2016 +0000 |
tree | eda4f51b5609b96df510c9af784d73b9509e1a33 | |
parent | 2dd284b6165dbded8127f14e170957145ab6e4be [diff] | |
parent | af38cd9330d2ee2c96a807e328beb008cd10d789 [diff] |
Merge "Fix minui cleanup path on error." am: fa9af7dae6 am: af38cd9330 * commit 'af38cd9330d2ee2c96a807e328beb008cd10d789': 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