commit | e2d05c565816c4dd97354ac5804200d8afa6e5fa | [log] [tgz] |
---|---|---|
author | Tianjie Xu <xunchang@google.com> | Fri Nov 04 18:07:07 2016 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Nov 04 18:07:08 2016 +0000 |
tree | 96ddf35c8b0616520804814cbba6d6767615f351 | |
parent | 529032f4a0523dd0f78d6e3da982e8ee08c10c65 [diff] | |
parent | e113e4d67fb581e7232ffe8c430b8bf4f44e08bb [diff] |
Merge "Cleanup the duplicates of logs rotation functions"
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