commit | 6e08bff22b6b9019c72422e1902201d7cb4397b5 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Thu Apr 14 09:39:47 2016 -0700 |
committer | Elliott Hughes <enh@google.com> | Thu Apr 14 09:39:47 2016 -0700 |
tree | 9f199235700526b71cc8ebdaf4f984edbbdddb1c | |
parent | 6e2a8b11ecb0bdfd6f4a2f096519075663a2d1c2 [diff] | |
parent | 8febafa67e93b2159804b1130a41f15b009de1cd [diff] |
resolve merge conflicts of 8febafa to nyc-dev-plus-aosp Change-Id: I423937b4b20a2079714aa38ab7f8b199782df689
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