commit | d2425ed063863b502600a4d80d01f362021bd61a | [log] [tgz] |
---|---|---|
author | Greg Kaiser <gkaiser@google.com> | Mon Mar 14 14:13:54 2016 -0700 |
committer | Greg Kaiser <gkaiser@google.com> | Mon Mar 14 14:13:54 2016 -0700 |
tree | 9c5fe1f099c1694e71ad34057b7b0f24580119e3 | |
parent | 3f581f782883f011e3b63c5f9086e09f3762db35 [diff] | |
parent | 0222db01fdc148e52b2f9534e599e3dafeb65571 [diff] |
resolve merge conflicts of 0222db01fd to nyc-dev-plus-aosp Change-Id: I415774ace081b866226a74eebfd1013f7e5c49f3
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