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