commit | 5be6ae12b510c3ebe2d616a4d4f8f53422a9120f | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Fri Jun 10 16:27:49 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Fri Jun 10 16:27:49 2016 +0000 |
tree | 461b2e93dd64c1096330734defcc008d22848b46 | |
parent | fe8e356b7da70853e8fd76e38ce90b9dbf238a4f [diff] | |
parent | 5b2191a9d64288398fea1a0149ee14b00004ac4b [diff] |
Merge \"Remove etc/META-INF/com/google/android/update-script.\" am: 5b2191a9d6 Change-Id: Ie27f4c9d78de710eb45a87fed9c0aaf6b71404b6
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