commit | 3456ee19f9d1a1ac6b58f64f51820653ef52c33b | [log] [tgz] |
---|---|---|
author | Dan Albert <danalbert@google.com> | Thu Oct 27 04:58:20 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Thu Oct 27 04:58:20 2016 +0000 |
tree | 904bd1cdcbf5ef265464fe29e1278d5412621aef | |
parent | 05c68a8775978688ea1e4f74a2f9c932acc90f2f [diff] | |
parent | 0c571e5923526477a3994458da1c4320b87ea863 [diff] |
Merge "Revert "Some cleanups to recovery."" am: 9514eb1934 am: 0c571e5923 Change-Id: I1a5b89905f24c2f20250a288345b6dbdea486cc1
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