commit | de1b53d0678b81d4480dc4ac3fc79075e01d4255 | [log] [tgz] |
---|---|---|
author | Matthew Bouyack <mbouyack@google.com> | Fri Sep 16 16:38:11 2016 -0700 |
committer | Matthew Bouyack <mbouyack@google.com> | Tue Sep 20 11:32:17 2016 -0700 |
tree | 06997c90a623d3435368437d4acb56f70d76078d | |
parent | 914f39d2d35fa58ad83103e1005637f2a34615d3 [diff] |
DO NOT MERGE Fail gracefully when we fail to fork the update binary See bug b/31395655 Change-Id: Ic5a046bc80ea88d7eb52755838bdbf4e1e47da50
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