commit | 5b4c017f985e19fd38cb998e7f3b51271b1da3ba | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Wed Oct 26 23:47:02 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Wed Oct 26 23:47:02 2016 +0000 |
tree | 19d3d00372ae254d5a621e457ec2df719c59a74e | |
parent | cf2d15ae739d185283396a77b00c02256b404b0e [diff] | |
parent | aa2e4ddc30053c904ede048dedb1b67ae4f316b7 [diff] |
Merge "Some cleanups to recovery." am: 46fb0a6a6f am: 00f893fe23 am: 05c68a8775 am: aa2e4ddc30 Change-Id: I4c795abf9a8bfd8d59cf2d03af6fdd60f85264dc
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