commit | ddf293aa0cfe6ba9562ad12bc8555e6f389db53f | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Fri Oct 14 15:51:00 2016 -0700 |
committer | Tao Bao <tbao@google.com> | Fri Oct 14 15:51:00 2016 -0700 |
tree | 53215d53951803908be2d4af5f7dc5274d313ad8 | |
parent | 1b1a4edb4bc102706d6171901bb15f623adf2d2e [diff] | |
parent | 08d0ae9254bee77b81d8d66512cf4b73f8ecaa8b [diff] |
resolve merge conflicts of 08d0ae9 to stage-aosp-master Change-Id: I4d0cc04fd5853cabdd950691dfb2e7115cb1ff17
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