commit | d9237d27ea58a21e2231f1f3b4daaf5bf21520d9 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Thu Apr 28 04:45:05 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Thu Apr 28 04:45:05 2016 +0000 |
tree | 531e718403f0f35e46c4faa390fadf6ae50d66fb | |
parent | c1bd57adfef89860a2009cc316d440073daf2847 [diff] | |
parent | 187e7c7ab027af90409371fd08386e6d1c2eac3b [diff] |
Merge "updater: Don\'t zero out CommandParameters with memset(3)." am: df59cee am: 4458d3e am: 6bfe76e am: 187e7c7 * commit '187e7c7ab027af90409371fd08386e6d1c2eac3b': updater: Don't zero out CommandParameters with memset(3). Change-Id: I0e894b103a5c1a43a24177707fc1190764c1ea45
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