commit | a7995d758170023df95c0608df18003cdab4f2d4 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Tue Oct 11 03:36:04 2016 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Oct 11 03:36:04 2016 +0000 |
tree | 09167517080321a786bee0f332f72461156002cc | |
parent | 2bd94433f8eddb6f35be5e899d4a885b8e1a3717 [diff] | |
parent | 0c7839ac14a00f32d740c23ddf6df65f2757ece5 [diff] |
Merge "Refactor libupdater into a seperate module."
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