commit | 98c97c893252094bf118fb436fe92950148f120d | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Fri Jun 17 04:10:37 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Fri Jun 17 04:10:37 2016 +0000 |
tree | 1602257ea6bbf7080df8a4f7de1267e3baa01e8f | |
parent | 7eb60efa8d9a79e20b71a4efeb4c758cbe891776 [diff] | |
parent | a49c8a19dab9f754521af8a3d9c1787ee588189f [diff] |
Merge \"Minor minadbd cleanup.\" am: a49c8a19da Change-Id: Ie69f3c7d96292ad16f888fc63ee40bcd7c900a09
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