commit | 44864a75eda8f8802064ec7239b5b90eac698762 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Tue Oct 11 03:49:42 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Tue Oct 11 03:49:42 2016 +0000 |
tree | 65eae6fce3f941f9d8c7133b883853b101a931c6 | |
parent | 8ff7cd20bab32dede17b22f06bbe681d5a31d410 [diff] | |
parent | f2cbf0fbe03bd9df0e162be2f158543bb668d3f9 [diff] |
Merge "Refactor libupdater into a seperate module." am: a7995d7581 am: f2cbf0fbe0 Change-Id: I0123851b44800e34b12e428df79259d656f960df
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