commit | bd76bb0aa8c8e38081ae1f97aee1fa85c731dfb6 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Fri Sep 09 14:23:31 2016 -0700 |
committer | Elliott Hughes <enh@google.com> | Fri Sep 09 14:23:31 2016 -0700 |
tree | 4176ebeae7dc2b640864859bf7cfeeecbfca3123 | |
parent | a09b65adae0f474eef3bf574dd5bc2297969eccf [diff] | |
parent | ad8b5a6c1195b94d8d80671e1bf791c32008fbef [diff] |
resolve merge conflicts of ad8b5a6 to nyc-mr1-dev-plus-aosp Change-Id: Ib1453d1bf3c6b83ef47a383d9d171b1059240477
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