commit | 4ddd5edf31908db841ae4974433189408e321d64 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Sat Jun 11 18:42:53 2016 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Sat Jun 11 18:42:53 2016 +0000 |
tree | ea8ef456c6241d791644de1fd7b5cfb828a38953 | |
parent | 5b2191a9d64288398fea1a0149ee14b00004ac4b [diff] | |
parent | efacd80364c7ed42d56310949790d89febaf3444 [diff] |
Merge "updater: Fix the broken ReadFileFn."
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