commit | f2cbf0fbe03bd9df0e162be2f158543bb668d3f9 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Tue Oct 11 03:44:01 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Tue Oct 11 03:44:01 2016 +0000 |
tree | 09167517080321a786bee0f332f72461156002cc | |
parent | cf1dbfa8549249ab65cca4b715dcc5a1f9a7fcb9 [diff] | |
parent | a7995d758170023df95c0608df18003cdab4f2d4 [diff] |
Merge "Refactor libupdater into a seperate module." am: a7995d7581 Change-Id: Ie3b643513c44abfc2a42f5544638057a903a5070
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