commit | 3123e5ad94350ddc3449dea3214f312c38709832 | [log] [tgz] |
---|---|---|
author | Tianjie Xu <xunchang@google.com> | Fri Mar 25 22:09:34 2016 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Mar 25 22:09:34 2016 +0000 |
tree | 3212d9c2fd096f232a66446320deab3f563d5178 | |
parent | 7e18ce221fac387d5f08da2519879c1fc2046a4a [diff] | |
parent | 7eca97e75df5d152730a7faad78e13fe741bc4d2 [diff] |
Merge "Skip stashing source blocks in verify mode"
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