commit | 0c571e5923526477a3994458da1c4320b87ea863 | [log] [tgz] |
---|---|---|
author | Dan Albert <danalbert@google.com> | Thu Oct 27 04:53:48 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Thu Oct 27 04:53:48 2016 +0000 |
tree | 5dd97229a584eb17c2a9f5e65e0646f0ab2b7ce8 | |
parent | 00f893fe23a7cee4200a1192c7dded26f114e3d6 [diff] | |
parent | 9514eb1934f84a926732936a9041e2c8b7587ef7 [diff] |
Merge "Revert "Some cleanups to recovery."" am: 9514eb1934 Change-Id: Id96135ffde5adaebd45811b9c3d319a99fe28ecd
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