commit | 4458d3e552736facb7b9cd832744d8d47325b4a3 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Thu Apr 28 04:36:12 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Thu Apr 28 04:36:12 2016 +0000 |
tree | e738ad4e5cd08fe68d66b29b57efa9e9f42270e4 | |
parent | bcad1d1ced730478c94f951034d252e777661332 [diff] | |
parent | df59ceecfb939c02593425a89757b54c50cc91cf [diff] |
Merge "updater: Don\'t zero out CommandParameters with memset(3)." am: df59cee * commit 'df59ceecfb939c02593425a89757b54c50cc91cf': updater: Don't zero out CommandParameters with memset(3). Change-Id: I36d1395257da1d122e76f8552bb3a2a8f96f60b7
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