commit | 0c39203698b904e165237f67d6bd013debd6dc47 | [log] [tgz] |
---|---|---|
author | Yabin Cui <yabinc@google.com> | Tue Mar 29 16:47:18 2016 -0700 |
committer | Yabin Cui <yabinc@google.com> | Tue Mar 29 16:47:18 2016 -0700 |
tree | 02c32efeb600144551df8b8eb035d1c833f8d29c | |
parent | 0f54a46af3d2fa5f01fd1e37ed050b3cf697008c [diff] | |
parent | 61799baba3631f55469d2754542130255ce790cf [diff] |
resolve merge conflicts of 61799ba to nyc-dev-plus-aosp Change-Id: Ib1d0afe9022ec82f05be8b56201e73505160cacc
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