commit | 0f85209b2e4e9db1cec40ffd8c6e120937fca0eb | [log] [tgz] |
---|---|---|
author | Tianjie Xu <xunchang@google.com> | Wed May 18 18:54:59 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Wed May 18 18:54:59 2016 +0000 |
tree | cc9a1d532eb61f879efa52fb8882d492edc0aa98 | |
parent | 027c1334e6306df2186ffa8da66a2b79f3ad8600 [diff] | |
parent | fb5d7f6172f88a9e26ef554ef56717798f83522d [diff] |
Add time and I/O info to last_install am: dd874b1c87 am: 027b403e8a am: fb5d7f6172 * commit 'fb5d7f6172f88a9e26ef554ef56717798f83522d': Add time and I/O info to last_install Change-Id: I3e80f862aff97a2fbbd2324cbbc5d16aede196f3
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