commit | af38cd9330d2ee2c96a807e328beb008cd10d789 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Sat Feb 20 00:40:46 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Sat Feb 20 00:40:46 2016 +0000 |
tree | 1c8e169886b080126498ffa96d0195d73a03bddb | |
parent | dfe43869cbeaf03f0950cf483f419bd9626473a5 [diff] | |
parent | fa9af7dae68aad09ed624a9786f6cd57713f7b7f [diff] |
Merge "Fix minui cleanup path on error." am: fa9af7dae6 * commit 'fa9af7dae68aad09ed624a9786f6cd57713f7b7f': 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