commit | ba33da288418387234637c6806e103936530cb53 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Fri Jun 03 14:57:34 2016 -0700 |
committer | Tao Bao <tbao@google.com> | Fri Jun 03 14:57:34 2016 -0700 |
tree | ecf7ef13fbe1e231db7f7c5b010924c2fad29ea6 | |
parent | e13a690c16a08fbcbcb13c4f271f24fc259f49b3 [diff] | |
parent | fe8e356b7da70853e8fd76e38ce90b9dbf238a4f [diff] |
resolve merge conflicts of fe8e356 to nyc-dev-plus-aosp Change-Id: I18ecc333a76860405028b90b0baf2fba78d3942e
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