commit | 5b2191a9d64288398fea1a0149ee14b00004ac4b | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Fri Jun 10 16:20:42 2016 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Jun 10 16:20:42 2016 +0000 |
tree | 461b2e93dd64c1096330734defcc008d22848b46 | |
parent | 0ab866b3544ff999293b2c296908e969d72b5799 [diff] | |
parent | ad29b10c009d3a41e6198ae3125fe93c5f4aeb6f [diff] |
Merge "Remove etc/META-INF/com/google/android/update-script."
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