commit | 64f46fb16ccae69f7a826585c5eaba48fe1b05da | [log] [tgz] |
---|---|---|
author | Tianjie Xu <xunchang@google.com> | Fri Jun 03 15:44:52 2016 -0700 |
committer | Tianjie Xu <xunchang@google.com> | Fri Jun 03 15:44:52 2016 -0700 |
tree | 108cead8ed6bf16488fd843159eb61589ec2e6d2 | |
parent | ba33da288418387234637c6806e103936530cb53 [diff] | |
parent | 7ce287d432dd3a4dc8841fc59e11ee1a0b7808a1 [diff] |
resolve merge conflicts of 7ce287d to nyc-dev-plus-aosp Change-Id: I2194d1170281f58eb508f2ef63b39c8729125f76
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