commit | b36980cc09971d3cc1125eb72d6ddbdbea82adcb | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Wed Jun 15 22:33:02 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Wed Jun 15 22:33:02 2016 +0000 |
tree | 89ec9fd317b3354854b872bba129b5873ddacbe7 | |
parent | ef9718483bf2fe5024ee302152a9cfbd0f0a7d78 [diff] | |
parent | eaddde6888b1f58d70b338ad7725214781014324 [diff] |
resolve merge conflicts of 179c0d8 to stage-aosp-master am: 274d17dc0f am: eaddde6888 Change-Id: I10d484d02389fa30cc8d8398bcf5b276de31432e
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