commit | 8ff7cd20bab32dede17b22f06bbe681d5a31d410 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Tue Oct 11 03:49:30 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Tue Oct 11 03:49:30 2016 +0000 |
tree | 65eae6fce3f941f9d8c7133b883853b101a931c6 | |
parent | 514dc15399b701bb942bb0b061a6dc3ce80f75aa [diff] | |
parent | cf1dbfa8549249ab65cca4b715dcc5a1f9a7fcb9 [diff] |
Refactor libupdater into a seperate module. am: 0c7839ac14 am: cf1dbfa854 Change-Id: Ifb2c199bc32e164e5bd53f3910a35801237c4ef3
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