commit | 274d17dc0fa3d4c5c4271150c1acee271144b1f1 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Wed Jun 15 15:22:17 2016 -0700 |
committer | Elliott Hughes <enh@google.com> | Wed Jun 15 15:22:17 2016 -0700 |
tree | 95df40add23e127030abe0cb224c606659a33932 | |
parent | 2fc7cd69fd93df4bf2fb415acfd04cb02e905830 [diff] | |
parent | 179c0d80bccb6451c5552ae76dfe7081c8cf96bb [diff] |
resolve merge conflicts of 179c0d8 to stage-aosp-master Change-Id: Iba5aec266444cabf83f600f2bdb45a3c027e5995
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