commit | 0c17fcd79bbabf964c13d16c0557ff6146e5aee6 | [log] [tgz] |
---|---|---|
author | Dan Albert <danalbert@google.com> | Thu Oct 27 05:10:20 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Thu Oct 27 05:10:20 2016 +0000 |
tree | 01a0d3c321d48b0a109ace335bb2911d7d8dc7b1 | |
parent | 5b4c017f985e19fd38cb998e7f3b51271b1da3ba [diff] | |
parent | ec31f732c3e29978a3379d6c3681af6264621b7a [diff] |
Merge "Revert "Some cleanups to recovery."" am: 9514eb1934 am: 0c571e5923 am: 3456ee19f9 am: ec31f732c3 Change-Id: Ib1aa18ed40bdafac182e90c66160a4951db4797d
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